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