CatchBlock.Filter プロパティ

定義

CatchBlock フィルターの本文を取得します。

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

プロパティ値

CatchBlock フィルターの本文を表すExpression オブジェクト。

適用対象