Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the exception instance that caused the current exception.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property InnerException As Exception
Get
'Usage
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
Eigenschaftswert
Typ: System.Exception
An Exception system object value that specifies the exception instance that caused the current exception.