ASPxSchedulerCustomErrorTextEventArgs(Exception, String) Constructor
Initializes a new instance of the ASPxSchedulerCustomErrorTextEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | An Exception object representing the exception thrown. |
errorText | String | A string, containing the exception description displayed to the user. |
See Also