PostSharpAPI ReferencePost­Sharp.​Reflection.​Method­BodyIBlock­ExpressionException­Handlers
Open sandboxFocus

IBlockExpression.ExceptionHandlers Property

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>