ValidationError.Exception Propriété

Définition

Obtient ou définit l'objet Exception qui était la cause de ValidationError, si l'erreur est le résultat d'une exception.

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

Valeur de propriété

Exception

Objet Exception, si l'erreur est le résultat d'une exception.

S’applique à