Freigeben über


ExceptionMessageBox.InnerException-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

Typ: System.Exception
An Exception object.

Hinweise

The default value is nullein NULL-Verweis (Nothing in Visual Basic).

Siehe auch

Verweis

ExceptionMessageBox Klasse

Microsoft.SqlServer.MessageBox-Namespace