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

CustomSendErrorNotificationEventArgs.Exception Property

Gets the exception that occurred.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

public Exception Exception { get; }

Property Value

Type Description
Exception

A Exception object corresponding to the error that occurred.

See Also