# FarPoint.Win.SuperEdit.ErrorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_SuperEdit_ErrorEventArgs" data-uid="FarPoint.Win.SuperEdit.ErrorEventArgs" class="text-break">ErrorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for an Error event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ErrorEventArgs</span></div>
      <div class="level3"><a class="xref" href="FarPoint.Win.SuperEdit.UserErrorEventArgs.html">UserErrorEventArgs</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.SuperEdit.html">FarPoint.Win.SuperEdit</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_SuperEdit_ErrorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorEventArgs
    Inherits EventArgs</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="FarPoint_Win_SuperEdit_ErrorEventArgs__ctor_System_Int32_" data-uid="FarPoint.Win.SuperEdit.ErrorEventArgs.#ctor(System.Int32)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ErrorEventArgs.-ctor.html#FarPoint_Win_SuperEdit_ErrorEventArgs__ctor_System_Int32_">ErrorEventArgs(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an error state is created by the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ErrorEventArgs__ctor_System_Int32_System_String_" data-uid="FarPoint.Win.SuperEdit.ErrorEventArgs.#ctor(System.Int32,System.String)">
          <a class="xref" href="FarPoint.Win.SuperEdit.ErrorEventArgs.-ctor.html#FarPoint_Win_SuperEdit_ErrorEventArgs__ctor_System_Int32_System_String_">ErrorEventArgs(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an error state is created by the control</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="FarPoint_Win_SuperEdit_ErrorEventArgs_ErrorCode" data-uid="FarPoint.Win.SuperEdit.ErrorEventArgs.ErrorCode">
          <a class="xref" href="FarPoint.Win.SuperEdit.ErrorEventArgs.ErrorCode.html#FarPoint_Win_SuperEdit_ErrorEventArgs_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error code associated with an error event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_SuperEdit_ErrorEventArgs_ErrorInfo" data-uid="FarPoint.Win.SuperEdit.ErrorEventArgs.ErrorInfo">
          <a class="xref" href="FarPoint.Win.SuperEdit.ErrorEventArgs.ErrorInfo.html#FarPoint_Win_SuperEdit_ErrorEventArgs_ErrorInfo">ErrorInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional error information associated with an error event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
