Skip to main content
A newer version of this page is available. .

ValidationCompletedEventArgs.Exception Property

Specifies a validation exception that will be raised if the validation is unsuccessful.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public ValidationException Exception { get; set; }

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