# GrapeCity.SpreadBuilder.SpreadBuilderException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_SpreadBuilderException" data-uid="GrapeCity.SpreadBuilder.SpreadBuilderException" class="text-break">SpreadBuilderException Class
</h1>
  <div class="markdown level0 summary"><p>A general exception thrown for application errors in the GrapeCity.SpreadBuilder assembly.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.applicationexception">ApplicationException</a></div>
    <div class="level3"><span class="xref">SpreadBuilderException</span></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.ColumnCountOutOfRangeException.html">ColumnCountOutOfRangeException</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.CompressionException.html">CompressionException</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.InvalidPasswordException.html">InvalidPasswordException</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.NoDDSheetsException.html">NoDDSheetsException</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.RowCountOutOfRangeException.html">RowCountOutOfRangeException</a></div>
      <div class="level4"><a class="xref" href="GrapeCity.SpreadBuilder.VersionNotImplementedException.html">VersionNotImplementedException</a></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.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_SpreadBuilderException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadBuilderException : ApplicationException, 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_SpreadBuilder_SpreadBuilderException__ctor" data-uid="GrapeCity.SpreadBuilder.SpreadBuilderException.#ctor">
          <a class="xref" href="GrapeCity.SpreadBuilder.SpreadBuilderException.-ctor.html#GrapeCity_SpreadBuilder_SpreadBuilderException__ctor">SpreadBuilderException()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the System.ApplicationException class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="GrapeCity.SpreadBuilder.SpreadBuilderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="GrapeCity.SpreadBuilder.SpreadBuilderException.-ctor.html#GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">SpreadBuilderException(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SpreadBuilderException class with serialized data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_String_" data-uid="GrapeCity.SpreadBuilder.SpreadBuilderException.#ctor(System.String)">
          <a class="xref" href="GrapeCity.SpreadBuilder.SpreadBuilderException.-ctor.html#GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_String_">SpreadBuilderException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SpreadBuilderException class with a specified error message.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_String_System_Exception_" data-uid="GrapeCity.SpreadBuilder.SpreadBuilderException.#ctor(System.String,System.Exception)">
          <a class="xref" href="GrapeCity.SpreadBuilder.SpreadBuilderException.-ctor.html#GrapeCity_SpreadBuilder_SpreadBuilderException__ctor_System_String_System_Exception_">SpreadBuilderException(string, Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the SpreadBuilderException class with a specified error message and a reference to the inner exception that caused this exception.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
