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

Appointment.GetExceptions() Method

Returns a collection of the changed and deleted occurrences for the current pattern appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

AppointmentBaseCollection GetExceptions()

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection collection which contains the changed and deleted occurrences for the current pattern appointment.

Remarks

The GetExceptions method returns a collection of the changed and deleted occurrences for the current pattern appointment. If the current appointment is not a patten (its Appointment.Type is not AppointmentType.Pattern), then the ArgumentException exception is thrown.

See the Recurring Appointments and Exceptions topic for information on pattern appointments and occurrences.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetExceptions() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also