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.