다음을 통해 공유


InnerException 속성

Gets the exception instance that caused the current exception.

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

구문

‘선언
Public ReadOnly Property InnerException As Exception
    Get
‘사용 방법
Dim instance As ScriptingErrorEventArgs
Dim value As Exception

value = instance.InnerException
public Exception InnerException { get; }
public:
property Exception^ InnerException {
    Exception^ get ();
}
member InnerException : Exception
function get InnerException () : Exception

속성 값

형식: System. . :: . .Exception
An Exception system object value that specifies the exception instance that caused the current exception.