Propriété AsyncStatus.LastException

Gets the most recent exception generated by the asynchronous process.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastException As Exception 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Exception
An Exception system object that specifies the most recent exception generated by the asynchronous process.

Voir aussi

Référence

AsyncStatus Classe

Espace de noms Microsoft.SqlServer.Management.Smo