Skip to main content

DXGoogleCalendarSync.OnException Event

Raises when a critical synchronization error occurs.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

Assembly: DevExpress.XtraScheduler.v23.2.GoogleCalendar.dll

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public event OnExceptionEventHandler OnException

Event Data

The OnException event's data class is DevExpress.XtraScheduler.GoogleCalendar.SynchronizationExceptionEventArgs.

Remarks

Handle this event and read the e.Exception property value to get the exception that has occurred. Depending on the error, you can halt the application or try to continue synchronization. To do that, specify the boolean e.Handled property.

See Also