# C1.ExpressionEditor.Engine.ErrorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_ExpressionEditor_Engine_ErrorInfo" data-uid="C1.ExpressionEditor.Engine.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 class="level2"><a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.html">ScriptErrorInfo</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.ExpressionEditor.Engine.html">C1.ExpressionEditor.Engine</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.ExpressionEditor.10.dll</h6>
  <h5 id="C1_ExpressionEditor_Engine_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_ExpressionEditor_Engine_ErrorInfo__ctor" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.#ctor">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.-ctor.html#C1_ExpressionEditor_Engine_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_ExpressionEditor_Engine_ErrorInfo_FullMessage" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.FullMessage">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.FullMessage.html#C1_ExpressionEditor_Engine_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_ExpressionEditor_Engine_ErrorInfo_Length" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.Length">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.Length.html#C1_ExpressionEditor_Engine_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_ExpressionEditor_Engine_ErrorInfo_Message" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.Message">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.Message.html#C1_ExpressionEditor_Engine_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_ExpressionEditor_Engine_ErrorInfo_Position" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.Position">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.Position.html#C1_ExpressionEditor_Engine_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>
  <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_ExpressionEditor_Engine_ErrorInfo_Equals_System_Object_" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.Equals(System.Object)">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.Equals.html#C1_ExpressionEditor_Engine_ErrorInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.html">ErrorInfo</a> is equal to the current <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.html">ErrorInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_ExpressionEditor_Engine_ErrorInfo_GetHashCode" data-uid="C1.ExpressionEditor.Engine.ErrorInfo.GetHashCode">
          <a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.GetHashCode.html#C1_ExpressionEditor_Engine_ErrorInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
