System.Reflection.ExceptionHandlingClause Members

The members of System.Reflection.ExceptionHandlingClause are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Reflection.ExceptionHandlingClause class.

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.

Public Methods

override
ToString() : string

A string representation of the exception-handling clause.