CatchBlock.Variable Property

Definition

Gets a reference to the Exception object caught by this handler.

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

Property Value

The ParameterExpression object representing a reference to the Exception object caught by this handler.

Applies to