Compartir a través de


InnerException Propiedad

Gets the exception instance that caused the current exception.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property InnerException As Exception
    Get
'Uso
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

Valor de la propiedad

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