AppointmentException Class

Definition

Represents an appointment instance that is an exception from the master appointment.

public ref class AppointmentException sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentException final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentException
Public NotInheritable Class AppointmentException
Inheritance
Object Platform::Object IInspectable AppointmentException
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
appointmentsSystem

Properties

Appointment

Gets the appointment that is an exception from the master appointment.

ExceptionProperties

Gets a list of the names of the appointment properties for which an exception was found.

IsDeleted

Gets a value indicating whether the exception is that the appointment instance has been deleted.

Applies to