CatchBlock.Variable プロパティ

定義

このハンドラーによってキャッチされた Exception オブジェクトへの参照を取得します。

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

プロパティ値

このハンドラーによってキャッチされたException オブジェクトへの参照を表すParameterExpression オブジェクト。

適用対象