ValidationCompletedEventArgs.Exception Property
In This Article
Specifies a validation exception that will be raised if the validation is unsuccessful.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public ValidationException Exception { get; set; }
#Property Value
Type | Description |
---|---|
Validation |
An exception to raise if the validation fails. |
#Remarks
You can customize, remove or add the exception before it is thrown.
See Also