# C1.Win.BarCode.EncodingErrorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_BarCode_EncodingErrorEventArgs" data-uid="C1.Win.BarCode.EncodingErrorEventArgs" class="text-break">EncodingErrorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the EncodingError 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">EncodingErrorEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.BarCode.html">C1.Win.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Barcode.4.8.dll</h6>
  <h5 id="C1_Win_BarCode_EncodingErrorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EncodingErrorEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EncodingErrorEventArgs
    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="C1_Win_BarCode_EncodingErrorEventArgs__ctor_C1_BarCode_BarCodeException_" data-uid="C1.Win.BarCode.EncodingErrorEventArgs.#ctor(C1.BarCode.BarCodeException)">
          <a class="xref" href="C1.Win.BarCode.EncodingErrorEventArgs.-ctor.html#C1_Win_BarCode_EncodingErrorEventArgs__ctor_C1_BarCode_BarCodeException_">EncodingErrorEventArgs(BarCodeException)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the EncodingErrorEventArgs class.</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_Win_BarCode_EncodingErrorEventArgs_ErrorCode" data-uid="C1.Win.BarCode.EncodingErrorEventArgs.ErrorCode">
          <a class="xref" href="C1.Win.BarCode.EncodingErrorEventArgs.ErrorCode.html#C1_Win_BarCode_EncodingErrorEventArgs_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets internal code of the error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_BarCode_EncodingErrorEventArgs_Exception" data-uid="C1.Win.BarCode.EncodingErrorEventArgs.Exception">
          <a class="xref" href="C1.Win.BarCode.EncodingErrorEventArgs.Exception.html#C1_Win_BarCode_EncodingErrorEventArgs_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exception that initially triggered the EncodingError event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_BarCode_EncodingErrorEventArgs_Text" data-uid="C1.Win.BarCode.EncodingErrorEventArgs.Text">
          <a class="xref" href="C1.Win.BarCode.EncodingErrorEventArgs.Text.html#C1_Win_BarCode_EncodingErrorEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text of exception. It can be changed by user.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_BarCode_EncodingErrorEventArgs_ThrowException" data-uid="C1.Win.BarCode.EncodingErrorEventArgs.ThrowException">
          <a class="xref" href="C1.Win.BarCode.EncodingErrorEventArgs.ThrowException.html#C1_Win_BarCode_EncodingErrorEventArgs_ThrowException">ThrowException</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether Exception should be thrown.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
