Proprietà Exception
Gets the exception that was thrown while executing the Transact-SQL batch.
Spazio dei nomi Microsoft.SqlServer.Management.MultiServerConnection
Assembly: Microsoft.SqlServer.Management.MultiServerConnection (in Microsoft.SqlServer.Management.MultiServerConnection.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Exception As Exception
Get
'Utilizzo
Dim instance As ServerMessageEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
virtual property Exception^ Exception {
Exception^ get () sealed;
}
abstract Exception : Exception
override Exception : Exception
final function get Exception () : Exception
Valore proprietà
Tipo: System. . :: . .Exception
The exception thrown during the Transact-SQL execution.
Implementa
Vedere anche