Propriedade do RDL ScriptingErrorEventArgs.InnerException

Gets the exception instance that caused the current exception.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ScriptingErrorEventArgs Classe

Namespace Microsoft.SqlServer.Management.Smo