System.Reflection.ExceptionHandlingClause: Property Members

The properties of System.Reflection.ExceptionHandlingClause are listed below. For a list of all members, see the ExceptionHandlingClause Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CatchTypeType.

Gets the type of exception handled by this clause.

[read-only]
FilterOffsetint.

Gets the offset within the method body, in bytes, of the user-supplied filter code.

[read-only]
FlagsExceptionHandlingClauseOptions.

Gets a value indicating whether this exception-handling clause is a finally clause, a type-filtered clause, or a user-filtered clause.

[read-only]
HandlerLengthint.

Gets the length, in bytes, of the body of this exception-handling clause.

[read-only]
HandlerOffsetint.

Gets the offset within the method body, in bytes, of this exception-handling clause.

[read-only]
TryLengthint.

The total length, in bytes, of the try block that includes this exception-handling clause.

[read-only]
TryOffsetint.

The offset within the method, in bytes, of the try block that includes this exception-handling clause.