Back to Devexpress

ASPxSchedulerCustomErrorTextEventArgs Class

aspnet-devexpress-dot-web-dot-aspxscheduler-a5f614e1.md

latest2.0 KB
Original Source

ASPxSchedulerCustomErrorTextEventArgs Class

Provides data for the ASPxScheduler.CustomErrorText event.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerCustomErrorTextEventArgs :
    EventArgs
vb
Public Class ASPxSchedulerCustomErrorTextEventArgs
    Inherits EventArgs

ASPxSchedulerCustomErrorTextEventArgs is the data class for the following events:

Remarks

Use the ASPxScheduler.CustomErrorText event to customize error messages. The ASPxSchedulerCustomErrorTextEventArgs.Exception property contains the error itself as the Exception object, and the ASPxSchedulerCustomErrorTextEventArgs.ErrorText should contain the error description.

Inheritance

Object EventArgs ASPxSchedulerCustomErrorTextEventArgs

See Also

ASPxSchedulerCustomErrorTextEventArgs Members

DevExpress.Web.ASPxScheduler Namespace