ExpressionVisitor.VisitCatchBlock(CatchBlock) Method

Definition

Visits the children of the CatchBlock.

C#
protected virtual System.Linq.Expressions.CatchBlock VisitCatchBlock(System.Linq.Expressions.CatchBlock node);

Parameters

node
CatchBlock

The expression to visit.

Returns

The modified expression, if it or any subexpression was modified; otherwise, returns the original expression.

Applies to