Skip to main content
.NET 6.0+

ValidationException.Message Property

Returns an error message including a ValidationException.MessageHeader.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public override string Message { get; }

Property Value

Type Description
String

The string that represents an error message.

See Also