Skip to main content
All docs
V26.1
  • ICalendarImporter.OnException Event

    Occurs if an exception is raised during the import process.

    Namespace: DevExpress.Xpf.Scheduling.iCalendar

    Assembly: DevExpress.Xpf.Scheduling.v26.1.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 Import method. When necessary, you can terminate the process by calling the Terminate method.

    See Also