ServerMessageEventArgs.Exception Propiedad

Definición

Recibe la excepción que se lanzó al ejecutar el Transact-SQL lote.

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 lanzada durante la ejecución Transact-SQL.

Implementaciones

Se aplica a