Share via


CatchBlock.Variable 屬性

定義

取得這個處理常式所攔截 Exception 物件的參考。

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

屬性值

ParameterExpression 物件,表示這個處理常式所攔截 Exception 物件的參考。

適用於