ICalendarImporter.OnException Event
Occurs if an exception is raised during the import process.
Namespace: DevExpress.Xpf.Scheduling.iCalendar
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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 Import method. When necessary, you can terminate the process by calling the Terminate method.
See Also