System.Linq.Expressions.CatchBlock: Method Members

The methods 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 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.