ExceptionMessageBox.InnerException Property

Definition

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

public:
 property Exception ^ InnerException { Exception ^ get(); void set(Exception ^ value); };
public Exception InnerException { get; set; }
member this.InnerException : Exception with get, set
Public Property InnerException As Exception

Property Value

An Exception object.

Remarks

The default value is null.

Applies to