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

ASPxSchedulerCustomErrorTextEventArgs(Exception, String) Constructor

Initializes a new instance of the ASPxSchedulerCustomErrorTextEventArgs class with the specified settings.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerCustomErrorTextEventArgs(
    Exception exception,
    string errorText
)

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