LastException propriété
Gets the most recent exception generated by the asynchronous process.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans 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 la propriété
Type : System. . :: . .Exception
An Exception system object that specifies the most recent exception generated by the asynchronous process.
Voir aussi