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

CustomSendErrorNotificationEventArgs.ErrorId Property

Gets the identifier of the error that occurred.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

public string ErrorId { get; }

Property Value

Type Description
String

A string representing the identifier of the error that occurred.

See Also