Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.