System.Linq.Expressions.CatchBlock Members

The members of System.Linq.Expressions.CatchBlock are listed below.

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.

Public Methods

override
ToString() : string

Returns a string that represents the current object.

Update(ParameterExpression, Expression, Expression) : CatchBlock

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.