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
[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. |