# C1.Framework.SystemErrorException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_SystemErrorException" data-uid="C1.Framework.SystemErrorException" class="text-break">SystemErrorException Class
</h1>
  <div class="markdown level0 summary"><p>Defines an exception class to handle the system error.</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">SystemErrorException</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception">_Exception</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_SystemErrorException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SystemErrorException : SystemException, ISerializable, _Exception</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SystemErrorException
    Inherits SystemException
    Implements ISerializable, _Exception</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="C1_Framework_SystemErrorException__ctor" data-uid="C1.Framework.SystemErrorException.#ctor">
          <a class="xref" href="C1.Framework.SystemErrorException.-ctor.html#C1_Framework_SystemErrorException__ctor">SystemErrorException()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.SystemErrorException.html">SystemErrorException</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SystemErrorException__ctor_System_String_" data-uid="C1.Framework.SystemErrorException.#ctor(System.String)">
          <a class="xref" href="C1.Framework.SystemErrorException.-ctor.html#C1_Framework_SystemErrorException__ctor_System_String_">SystemErrorException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.SystemErrorException.html">SystemErrorException</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_SystemErrorException__ctor_System_String_System_Exception_" data-uid="C1.Framework.SystemErrorException.#ctor(System.String,System.Exception)">
          <a class="xref" href="C1.Framework.SystemErrorException.-ctor.html#C1_Framework_SystemErrorException__ctor_System_String_System_Exception_">SystemErrorException(string, Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the System.SystemException class with a specified
error message and a reference to the inner exception that is the cause of
this exception.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Framework_SystemErrorException_ErrorCode" data-uid="C1.Framework.SystemErrorException.ErrorCode">
          <a class="xref" href="C1.Framework.SystemErrorException.ErrorCode.html#C1_Framework_SystemErrorException_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error code created by last error API.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_SystemErrorException_GetErrorDescription_System_Int32_" data-uid="C1.Framework.SystemErrorException.GetErrorDescription(System.Int32)">
          <a class="xref" href="C1.Framework.SystemErrorException.GetErrorDescription.html#C1_Framework_SystemErrorException_GetErrorDescription_System_Int32_">GetErrorDescription(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of the error.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
