Condividi tramite


Proprietà InnerException

Gets the exception instance that caused the current exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property InnerException As Exception
    Get
'Utilizzo
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

Valore proprietà

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