# GrapeCity.Documents.Word.BulletListPropertyException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_BulletListPropertyException" data-uid="GrapeCity.Documents.Word.BulletListPropertyException" class="text-break">BulletListPropertyException Class
</h1>
  <div class="markdown level0 summary"><p>The exception that is thrown when trying to set a property for <a class="xref" href="GrapeCity.Documents.Word.ListLevel.html">ListLevel</a> with <a class="xref" href="GrapeCity.Documents.Word.ListLevel.NumberStyle.html#GrapeCity_Documents_Word_ListLevel_NumberStyle">NumberStyle</a> equals <a class="xref" href="GrapeCity.Documents.Word.NumberStyle.html#GrapeCity_Documents_Word_NumberStyle_Bullet">Bullet</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
    <div class="level2"><span class="xref">BulletListPropertyException</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_BulletListPropertyException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BulletListPropertyException : Exception, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BulletListPropertyException
    Inherits Exception
    Implements ISerializable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_BulletListPropertyException__ctor" data-uid="GrapeCity.Documents.Word.BulletListPropertyException.#ctor">
          <a class="xref" href="GrapeCity.Documents.Word.BulletListPropertyException.-ctor.html#GrapeCity_Documents_Word_BulletListPropertyException__ctor">BulletListPropertyException()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.BulletListPropertyException.html">BulletListPropertyException</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_BulletListPropertyException__ctor_System_String_" data-uid="GrapeCity.Documents.Word.BulletListPropertyException.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.BulletListPropertyException.-ctor.html#GrapeCity_Documents_Word_BulletListPropertyException__ctor_System_String_">BulletListPropertyException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Word.BulletListPropertyException.html">BulletListPropertyException</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
