Skip to main content

SchedulerUnhandledExceptionEventArgs(Exception) Constructor

In This Article

Initializes a new instance of the SchedulerUnhandledExceptionEventArgs class with the specified exception.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public SchedulerUnhandledExceptionEventArgs(
    Exception e
)

#Parameters

Name Type Description
e Exception

An Exception object representing the exception which caused an event.

See Also