Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomSendErrorNotificationEventArgs Class

Arguments passed to the ErrorHandling.CustomSendErrorNotification event.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Web

Declaration

public class CustomSendErrorNotificationEventArgs :
    HandledEventArgs

Remarks

The CustomSendErrorNotificationEventArgs class declares properties specific to the ErrorHandling.CustomSendMailMessage event. This event is designed to customize options used to send error notifications to an application administrator.

This class is inherited from the HandledEventArgs class. So, you can set the handler’s Handled parameter to true. In this instance, you can implement your own notification sending procedure.

This class serves as the base class for the CustomSendMailMessageEventArgs class.

Inheritance

See Also