# C1.DataConnector.C1DataConnectorParserException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_C1DataConnectorParserException" data-uid="C1.DataConnector.C1DataConnectorParserException" class="text-break">C1DataConnectorParserException Class
</h1>
  <div class="markdown level0 summary"><p>Exception that occurs in SQL parser</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.exception">Exception</a></div>
    <div class="level2"><a class="xref" href="C1.DataConnector.C1DataConnectorException.html">C1DataConnectorException</a></div>
    <div class="level3"><span class="xref">C1DataConnectorParserException</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataConnector.html">C1.DataConnector</a></h6>
  <h6><strong>Assembly</strong>: C1.DataConnector.dll</h6>
  <h5 id="C1_DataConnector_C1DataConnectorParserException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1DataConnectorParserException : C1DataConnectorException, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1DataConnectorParserException
    Inherits C1DataConnectorException
    Implements ISerializable</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_DataConnector_C1DataConnectorParserException__ctor" data-uid="C1.DataConnector.C1DataConnectorParserException.#ctor">
          <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.-ctor.html#C1_DataConnector_C1DataConnectorParserException__ctor">C1DataConnectorParserException()</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.html">C1DataConnectorParserException</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1DataConnectorParserException__ctor_System_String_" data-uid="C1.DataConnector.C1DataConnectorParserException.#ctor(System.String)">
          <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.-ctor.html#C1_DataConnector_C1DataConnectorParserException__ctor_System_String_">C1DataConnectorParserException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.html">C1DataConnectorParserException</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1DataConnectorParserException__ctor_System_String_System_Exception_" data-uid="C1.DataConnector.C1DataConnectorParserException.#ctor(System.String,System.Exception)">
          <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.-ctor.html#C1_DataConnector_C1DataConnectorParserException__ctor_System_String_System_Exception_">C1DataConnectorParserException(string, Exception)</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.html">C1DataConnectorParserException</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1DataConnectorParserException__ctor_System_String_System_String___" data-uid="C1.DataConnector.C1DataConnectorParserException.#ctor(System.String,System.String[])">
          <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.-ctor.html#C1_DataConnector_C1DataConnectorParserException__ctor_System_String_System_String___">C1DataConnectorParserException(string, string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorParserException.html">C1DataConnectorParserException</a></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
