Share via


Propriété InnerException

Gets the exception instance that caused the current exception.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InnerException As Exception
    Get
'Utilisation
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

Valeur de propriété

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