ResultInfo.Exception Proprietà

Definizione

Ottiene o imposta l'eccezione che è stata lanciata durante l'esecuzione del Transact-SQL.

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

Valore della proprietà

L'eccezione lanciata durante la Transact-SQL esecuzione.

Si applica a