Skip to main content

ExchangeExceptionEventArgs(Exception) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public ExchangeExceptionEventArgs(
    Exception originalException
)

Parameters

Name Type Description
originalException Exception

A Exception object representing the original exception thrown.

See Also