Поделиться через


Свойство AsyncStatus.LastException

Gets the most recent exception generated by the asynchronous process.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public ReadOnly Property LastException As Exception 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

AsyncStatus Класс

Пространство имен Microsoft.SqlServer.Management.Smo