ExceptionHandlerKind Enumeration |
Kinds of IExceptionHandler.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public enum ExceptionHandlerKind
Member name | Value | Description | |
---|---|---|---|
None | 0 | Not an exception handler. | |
Catch | 1 | Catch without filter. | |
Filter | 2 | Filter with catch block. | |
Finally | 3 | Finally. |