Kinds of IExceptionHandler.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public enum ExceptionHandlerKindFields
| Name | Description |
|---|---|
| Catch | Catch without filter. |
| Filter | Filter with catch block. |
| Finally | Finally. |
| None | Not an exception handler. |