Exception Propiedad
Gets the exception that was thrown while executing the batch.
Espacio de nombres: Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado: Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintaxis
'Declaración
ReadOnly Property Exception As Exception
Get
'Uso
Dim instance As IResultInfo
Dim value As Exception
value = instance.Exception
Exception Exception { get; }
property Exception^ Exception {
Exception^ get ();
}
abstract Exception : Exception
function get Exception () : Exception
Valor de la propiedad
Tipo: System. . :: . .Exception
An Exception value containing the exception that was thrown while executing the Transact-SQL batch, or nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic). if no exception was thrown.
Vea también