# C1.CalcEngine.ErrorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_CalcEngine_ErrorInfo" data-uid="C1.CalcEngine.ErrorInfo" class="text-break">ErrorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Provides a information about error of evaluating or parsing.</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"><span class="xref">ErrorInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.CalcEngine.html">C1.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: C1.CalcEngine.dll</h6>
  <h5 id="C1_CalcEngine_ErrorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ErrorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ErrorInfo</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_CalcEngine_ErrorInfo__ctor" data-uid="C1.CalcEngine.ErrorInfo.#ctor">
          <a class="xref" href="C1.CalcEngine.ErrorInfo.-ctor.html#C1_CalcEngine_ErrorInfo__ctor">ErrorInfo()</a>
        </td>
        <td class="markdown level1 summary"></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_CalcEngine_ErrorInfo_FullMessage" data-uid="C1.CalcEngine.ErrorInfo.FullMessage">
          <a class="xref" href="C1.CalcEngine.ErrorInfo.FullMessage.html#C1_CalcEngine_ErrorInfo_FullMessage">FullMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a full message with a information about error, can contain: position, length and etc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ErrorInfo_Length" data-uid="C1.CalcEngine.ErrorInfo.Length">
          <a class="xref" href="C1.CalcEngine.ErrorInfo.Length.html#C1_CalcEngine_ErrorInfo_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates a length of error. This value is used for underline errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ErrorInfo_Message" data-uid="C1.CalcEngine.ErrorInfo.Message">
          <a class="xref" href="C1.CalcEngine.ErrorInfo.Message.html#C1_CalcEngine_ErrorInfo_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a message with a information about error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_CalcEngine_ErrorInfo_Position" data-uid="C1.CalcEngine.ErrorInfo.Position">
          <a class="xref" href="C1.CalcEngine.ErrorInfo.Position.html#C1_CalcEngine_ErrorInfo_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates a position of error.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
