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

ValidationException.Message Property

Returns an error message including a ValidationException.MessageHeader.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public override string Message { get; }

Property Value

Type Description
String

The string that represents an error message.

See Also