Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Get the exception associated with the event message.
Spazio dei nomi Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Exception As Exception
Get
'Utilizzo
Dim instance As DacExceptionMessage
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
Valore proprietà
Tipo: System.Exception
The exception object associated with the message.