ValidationException(ValidationErrorMessageHandler, RuleSetValidationResult) Constructor
Initializes a new instance of the ValidationException class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
messageHandler | DevExpress.Persistent.Validation.ValidationErrorMessageHandler | Use this parameter to complement a ValidationException.Message. |
result | DevExpress.Persistent.Validation.RuleSetValidationResult | The result of a RuleSet validation. |
See Also