ASPxSchedulerCustomErrorTextEventArgs(Exception, String) Constructor
Initializes a new instance of the ASPxSchedulerCustomErrorTextEventArgs class with the specified settings.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v26.1.dll
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