# C1.ExpressionEditor.Engine.ScriptErrorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_ExpressionEditor_Engine_ScriptErrorInfo" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo" class="text-break">ScriptErrorInfo 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"><a class="xref" href="C1.ExpressionEditor.Engine.ErrorInfo.html">ErrorInfo</a></div>
    <div class="level2"><span class="xref">ScriptErrorInfo</span></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.4.8.dll</h6>
  <h5 id="C1_ExpressionEditor_Engine_ScriptErrorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScriptErrorInfo : ErrorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScriptErrorInfo
    Inherits 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_ScriptErrorInfo__ctor_System_Int32_System_Int32_C1_ExpressionEditor_Engine_ErrorType_" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.#ctor(System.Int32,System.Int32,C1.ExpressionEditor.Engine.ErrorType)">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.-ctor.html#C1_ExpressionEditor_Engine_ScriptErrorInfo__ctor_System_Int32_System_Int32_C1_ExpressionEditor_Engine_ErrorType_">ScriptErrorInfo(int, int, ErrorType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.html">ScriptErrorInfo</a> with the specified position, length and type of error.</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_ExpressionEditor_Engine_ScriptErrorInfo_FullMessage" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.FullMessage">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.FullMessage.html#C1_ExpressionEditor_Engine_ScriptErrorInfo_FullMessage">FullMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a full message with a information about error, contains: position and message.</p>
</td>
      </tr>
      <tr>
        <td id="C1_ExpressionEditor_Engine_ScriptErrorInfo_Message" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.Message">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.Message.html#C1_ExpressionEditor_Engine_ScriptErrorInfo_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_ScriptErrorInfo_Type" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.Type">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.Type.html#C1_ExpressionEditor_Engine_ScriptErrorInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates a <a class="xref" href="C1.ExpressionEditor.Engine.ErrorType.html">ErrorType</a> 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_ScriptErrorInfo_Equals_System_Object_" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.Equals(System.Object)">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.Equals.html#C1_ExpressionEditor_Engine_ScriptErrorInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.html">ScriptErrorInfo</a> is equal to the current <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.html">ScriptErrorInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_ExpressionEditor_Engine_ScriptErrorInfo_GetHashCode" data-uid="C1.ExpressionEditor.Engine.ScriptErrorInfo.GetHashCode">
          <a class="xref" href="C1.ExpressionEditor.Engine.ScriptErrorInfo.GetHashCode.html#C1_ExpressionEditor_Engine_ScriptErrorInfo_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>
