Skip to main content
.NET 6.0+

RuleValidationResult.ErrorMessage Property

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

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string ErrorMessage { get; }

Property Value

Type Description
String

A string holding the exception message.

See Also