Skip to main content
.NET 6.0+

ValidationException.MessageHeader Property

The string that precedes a ValidationException.Message.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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