Condividi tramite


Proprietà InnerException

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

Spazio dei nomi:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Sintassi

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

Valore proprietà

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

Osservazioni

The default value is null Nothing nullptr unit riferimento Null (Nothing in Visual Basic). .