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

ValidationException.MessageHeader Property

The string that precedes a ValidationException.Message.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public string MessageHeader { get; set; }

Property Value

Type Description
String

The header string.

Remarks

A MessageHeader and a ValidationException.Message id split by a line break.

See Also