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

ExceptionEventArgs.WindowCaption Property

Gets or sets the caption of the error message box.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public string WindowCaption { get; set; }

Property Value

Type Description
String

A string value specifying the caption of the error message box.

Remarks

The WindowCaption property specifies the caption of the message box displayed when the ExceptionEventArgs.ExceptionMode is set to ExceptionMode.DisplayError. The text for the message box is specified by the ExceptionEventArgs.ErrorText property.

See Also