System.Linq.Expressions.CatchBlock: Property Members

The properties of System.Linq.Expressions.CatchBlock are listed below. For a list of all members, see the CatchBlock Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BodyExpression.

Gets the body of the catch block.

[read-only]
FilterExpression.

Gets the body of the System.Linq.Expressions.CatchBlock filter.

[read-only]
TestType.

Gets the type of Exception this handler catches.

[read-only]
VariableParameterExpression.

Gets a reference to the Exception object caught by this handler.