Compartir a través de


LastException Propiedad

Gets the most recent exception generated by the asynchronous process.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public ReadOnly Property LastException As Exception
    Get
'Uso
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

Valor de la propiedad

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