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

IBlockExpression.ExceptionHandlerKind Property

ExceptionHandlerKind

Gets the kind of exception handler of the current block (Catch, None or Finally), or None if the current block is not an exception handler.

Declaration
ExceptionHandlerKind ExceptionHandlerKind { get; }
Property Value
Type Description
ExceptionHandlerKind