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

CustomSendErrorNotificationEventArgs.MessageSubject Property

Gets the subject of the error notification message.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public string MessageSubject { get; }

Property Value

Type Description
String

A string representing the subject of the error notification message.

See Also