Skip to main content

ExchangeExceptionEventArgs Class

Provides data for the AppointmentExchanger.OnException event.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public class ExchangeExceptionEventArgs :
    EventArgs

#Remarks

ExchangeExceptionEventArgs objects are automatically created, initialized and passed to the AppointmentExchanger.OnException event handlers.

#Inheritance

Object
EventArgs
ExchangeExceptionEventArgs
See Also