# FarPoint.Excel.ExcelException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Excel_ExcelException" data-uid="FarPoint.Excel.ExcelException" class="text-break">ExcelException Class
</h1>
  <div class="markdown level0 summary"><p>Represents the exceptions arising from loading or saving Excel files.</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.systemexception">SystemException</a></div>
    <div class="level3"><span class="xref">ExcelException</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="FarPoint.Excel.html">FarPoint.Excel</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Excel.dll</h6>
  <h5 id="FarPoint_Excel_ExcelException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExcelException : SystemException, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExcelException
    Inherits SystemException
    Implements ISerializable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Excel_ExcelException_Code" data-uid="FarPoint.Excel.ExcelException.Code">
          <a class="xref" href="FarPoint.Excel.ExcelException.Code.html#FarPoint_Excel_ExcelException_Code">Code</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ExcelExceptionCode enumeration member set for this Excel exception.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelException_HRSet" data-uid="FarPoint.Excel.ExcelException.HRSet">
          <a class="xref" href="FarPoint.Excel.ExcelException.HRSet.html#FarPoint_Excel_ExcelException_HRSet">HRSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <a class="xref" href="FarPoint.Excel.ExcelException.HResult.html#FarPoint_Excel_ExcelException_HResult">HResult</a> property is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelException_HResult" data-uid="FarPoint.Excel.ExcelException.HResult">
          <a class="xref" href="FarPoint.Excel.ExcelException.HResult.html#FarPoint_Excel_ExcelException_HResult">HResult</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the HRESULT, a coded numerical value that is associated with this Excel exception.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Excel_ExcelException_Message" data-uid="FarPoint.Excel.ExcelException.Message">
          <a class="xref" href="FarPoint.Excel.ExcelException.Message.html#FarPoint_Excel_ExcelException_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text message associated with this Excel exception.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
