ValidationError.Exception Eigenschaft

Definition

Ruft das Exception-Objekt ab, das die Ursache für diesen ValidationError war, sofern der Fehler das Ergebnis einer Ausnahme ist, oder legt das Objekt fest.

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

Eigenschaftswert

Exception

Das Exception-Objekt, wenn der Fehler das Ergebnis einer Ausnahme ist.

Gilt für