ExceptionMessageBox.InnerException Property
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)
Property Value
Type: System.Exception
An Exception object.
Remarks
The default value is nulla null reference (Nothing in Visual Basic).