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.