Compartir a través de


InnerException Propiedad

Gets or sets the Exception instance associated with the lower-level message(s).

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Property InnerException As Exception
    Get
    Set
'Uso
Dim instance As ExceptionMessageBox
Dim value As Exception

value = instance.InnerException

instance.InnerException = value
public Exception InnerException { get; set; }
public:
property Exception^ InnerException {
    Exception^ get ();
    void set (Exception^ value);
}
member InnerException : Exception with get, set
function get InnerException () : Exception
function set InnerException (value : Exception)

Valor de la propiedad

Tipo: System. . :: . .Exception
An Exception object.

Notas

The default value is null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .