The members of System.Reflection.ExceptionHandlingClause are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Reflection.ExceptionHandlingClause class. |
[read-only] | CatchType | Type.
Gets the type of exception handled by this clause. |
[read-only] | FilterOffset | int.
Gets the offset within the method body, in bytes, of the user-supplied filter code. |
[read-only] | Flags | ExceptionHandlingClauseOptions.
Gets a value indicating whether this exception-handling clause is a finally clause, a type-filtered clause, or a user-filtered clause. |
[read-only] | HandlerLength | int.
Gets the length, in bytes, of the body of this exception-handling clause. |
[read-only] | HandlerOffset | int.
Gets the offset within the method body, in bytes, of this exception-handling clause. |
[read-only] | TryLength | int.
The total length, in bytes, of the try block that includes this exception-handling clause. |
[read-only] | TryOffset | int.
The offset within the method, in bytes, of the try block that includes this exception-handling clause. |