Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValidationException(RuleSetValidationResult) Constructor

Initializes a new instance of the ValidationException class.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public ValidationException(
    RuleSetValidationResult result
)

Parameters

Name Type Description
result DevExpress.Persistent.Validation.RuleSetValidationResult

The result of a RuleSet validation.

See Also