Skip to main content

ICalendarExporter.OnException Event

Occurs if an exception is raised during the export/import process.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event ExchangeExceptionEventHandler OnException

Event Data

The OnException event's data class is DevExpress.Xpf.Scheduling.ExchangeExceptionEventArgs.

Remarks

Handle this event to intercept exceptions thrown during export processes started by the Export method. When necessary, you can terminate the process by calling the Terminate method.

See Also