The members of System.Linq.Expressions.CatchBlock are listed below.
See Also: Inherited members from System.Object
[read-only] | Body | Expression.
Gets the body of the catch block. |
[read-only] | Filter | Expression.
Gets the body of the System.Linq.Expressions.CatchBlock filter. |
[read-only] | Test | Type.
Gets the type of Exception this handler catches. |
[read-only] | Variable | ParameterExpression.
Gets a reference to the Exception object caught by this handler. |
override | ToString() | |
Update(ParameterExpression, Expression, Expression)
|