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

CustomSendErrorNotificationEventArgs.ErrorText Property

Gets the text of the error message.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

public string ErrorText { get; }

Property Value

Type Description
String

A string representing the text of the error message.

See Also