다음을 통해 공유


LastException 속성

Gets the most recent exception generated by the asynchronous process.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
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.