Kinds of IExceptionHandler.
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. |