ExceptionHandlingClause Members
.NET Framework 3.0
Represents a clause in a structured exception-handling block.
The following tables list the members exposed by the ExceptionHandlingClause type.
| Name | Description | |
|---|---|---|
| CatchType | Gets the type of exception handled by this clause. |
| FilterOffset | Gets the offset within the method body, in bytes, of the user-supplied filter code. |
| Flags | Gets a value indicating whether this exception-handling clause is a finally clause, a type-filtered clause, or a user-filtered clause. |
| HandlerLength | Gets the length, in bytes, of the body of this exception-handling clause. |
| HandlerOffset | Gets the offset within the method body, in bytes, of this exception-handling clause. |
| TryLength | The total length, in bytes, of the try block that includes this exception-handling clause. |
| TryOffset | The offset within the method, in bytes, of the try block that includes this exception-handling clause. |
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. A string representation of the exception-handling clause. |