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

RuleValidationResult.ErrorMessage Property

Specifies the exception message, if the checked Validation Rule is broken.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string ErrorMessage { get; }

Property Value

Type Description
String

A string holding the exception message.

See Also