Compartir a través de


ServerMessageEventArgs.Exception Propiedad

Definición

Obtiene la excepción que se produjo mientras se ejecutaba el lote de Transact-SQL.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Valor de propiedad

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

Implementaciones

Se aplica a