CatchBlock.Filter Property

Definition

Gets the body of the CatchBlock filter.

public:
 property System::Linq::Expressions::Expression ^ Filter { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Filter { get; }
public System.Linq.Expressions.Expression? Filter { get; }
member this.Filter : System.Linq.Expressions.Expression
Public ReadOnly Property Filter As Expression

Property Value

The Expression object representing the body of the CatchBlock filter.

Applies to