ExceptionMessageBox.InnerException Eigenschaft

Definition

Ruft die Exception-Instanz ab, die Meldungen auf untergeordneten Ebenen zugeordnet ist, oder legt sie fest.

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

Eigenschaftswert

Ein Exception-Objekt.

Hinweise

Standardwert: null.

Gilt für: