Open sandboxFocus

Enum ExceptionHandlerKind

Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public enum ExceptionHandlerKind

Fields

Name Description
Catch

Catch without filter.

Filter

Filter with catch block.

Finally

Finally.

None

Not an exception handler.