Compartilhar via


Propriedade InnerException

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

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)

Sintaxe

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

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

Comentários

The default value is null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) .