DXGoogleCalendarSync.OnException Event
Raises when a critical synchronization error occurs.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v24.1.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
Declaration
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