ScriptingErrorEventArgs.InnerException 속성

Gets the exception instance that caused the current exception.

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

구문

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

SMO 이벤트 처리

참고 항목

참조

ScriptingErrorEventArgs 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스