# C1.Schedule.RecurrencePattern.Exceptions

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_RecurrencePattern_Exceptions_" data-uid="C1.Schedule.RecurrencePattern.Exceptions*">Exceptions Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_RecurrencePattern_Exceptions_" data-uid="C1.Schedule.RecurrencePattern.Exceptions*"></a>
<h4 id="C1_Schedule_RecurrencePattern_Exceptions" data-uid="C1.Schedule.RecurrencePattern.Exceptions">Exceptions</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.AppointmentList.html">AppointmentList</a> object which holds the list
of <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects that define the exceptions to that series
of appointments. <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects are added to
the <a class="xref" href="C1.Schedule.RecurrencePattern.Exceptions.html#C1_Schedule_RecurrencePattern_Exceptions">Exceptions</a> whenever a property in the corresponding
<a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> object is altered.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AppointmentList Exceptions { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Exceptions As AppointmentList</code></pre>
</div>
</div>
