Właściwość ScriptingErrorEventArgs.InnerException
Pobiera spowodowała wyjątek bieżące wystąpienie wyjątku.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property InnerException As Exception
Get
'Użycie
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
Wartość właściwości
Typ: System.Exception
Exception Wartość obiektu systemu, który określa wystąpienie wyjątku, która spowodowała wyjątek bieżącej.
Zobacz także