PostSharp//API Reference/Post­Sharp.​Reflection.​Method­Body/IBlock­Expression/Exception­Handlers
Open sandboxFocus

Property ExceptionHandlers

ExceptionHandlers

Gets the collection of exception handlers that protect the block, in which the current block is in the try role.

Declaration
IReadOnlyLinkedList<IExceptionHandler> ExceptionHandlers { get; }
Property Value
Type Description
IReadOnlyLinkedList<IExceptionHandler>