# C1.Win.GanttView.ExceptionLimitedBy

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_GanttView_ExceptionLimitedBy" data-uid="C1.Win.GanttView.ExceptionLimitedBy" class="text-break">ExceptionLimitedBy Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates whether a calendar exception ends after the specified
number of occurrences or by the given finish date.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_ExceptionLimitedBy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExceptionLimitedBy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExceptionLimitedBy</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_GanttView_ExceptionLimitedBy_FinishDate">FinishDate</td>
        <td><p>The exception ends by the given <a class="xref" href="C1.Win.GanttView.CalendarException.FinishDate.html#C1_Win_GanttView_CalendarException_FinishDate">FinishDate</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_ExceptionLimitedBy_NumberOfOccurrences">NumberOfOccurrences</td>
        <td><p>The exception ends after the specified number of occurrences.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
