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.
Gets the most recent exception generated by the asynchronous process.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property LastException As Exception
Get
'Utilizzo
Dim instance As AsyncStatus
Dim value As Exception
value = instance.LastException
public Exception LastException { get; }
public:
property Exception^ LastException {
Exception^ get ();
}
member LastException : Exception
function get LastException () : Exception
Valore proprietà
Tipo: System.Exception
An Exception system object that specifies the most recent exception generated by the asynchronous process.