ResultInfo.Exception Propiedad

Definición

Obtiene o establece la excepción que se produjo al ejecutar 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

Valor de propiedad

La excepción iniciada durante la ejecución del Transact-SQL.

Se aplica a