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

ICalendarExporter.OnException Event

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

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v21.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