# C1.DataConnector.C1DataConnectorException

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataConnector_C1DataConnectorException" data-uid="C1.DataConnector.C1DataConnectorException" class="text-break">C1DataConnectorException Class
</h1>
  <div class="markdown level0 summary"><p>The class representing all the exceptions thrown by C1DataConnector library during its execution</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"><span class="xref">C1DataConnectorException</span></div>
      <div class="level3"><a class="xref" href="C1.DataConnector.C1ConflictedPropertiesException.html">C1ConflictedPropertiesException</a></div>
      <div class="level3"><a class="xref" href="C1.DataConnector.C1DataConnectorExecutorException.html">C1DataConnectorExecutorException</a></div>
      <div class="level3"><a class="xref" href="C1.DataConnector.C1DataConnectorParserException.html">C1DataConnectorParserException</a></div>
      <div class="level3"><a class="xref" href="C1.DataConnector.C1DataConnectorProviderException.html">C1DataConnectorProviderException</a></div>
      <div class="level3"><a class="xref" href="C1.DataConnector.C1KeyNotFoundException.html">C1KeyNotFoundException</a></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_C1DataConnectorException_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1DataConnectorException : Exception, ISerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1DataConnectorException
    Inherits Exception
    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_C1DataConnectorException__ctor" data-uid="C1.DataConnector.C1DataConnectorException.#ctor">
          <a class="xref" href="C1.DataConnector.C1DataConnectorException.-ctor.html#C1_DataConnector_C1DataConnectorException__ctor">C1DataConnectorException()</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorException.html">C1DataConnectorException</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1DataConnectorException__ctor_System_String_" data-uid="C1.DataConnector.C1DataConnectorException.#ctor(System.String)">
          <a class="xref" href="C1.DataConnector.C1DataConnectorException.-ctor.html#C1_DataConnector_C1DataConnectorException__ctor_System_String_">C1DataConnectorException(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorException.html">C1DataConnectorException</a></p>
</td>
      </tr>
      <tr>
        <td id="C1_DataConnector_C1DataConnectorException__ctor_System_String_System_String___" data-uid="C1.DataConnector.C1DataConnectorException.#ctor(System.String,System.String[])">
          <a class="xref" href="C1.DataConnector.C1DataConnectorException.-ctor.html#C1_DataConnector_C1DataConnectorException__ctor_System_String_System_String___">C1DataConnectorException(string, params string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inits a new instance of <a class="xref" href="C1.DataConnector.C1DataConnectorException.html">C1DataConnectorException</a></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_DataConnector_C1DataConnectorException_Message" data-uid="C1.DataConnector.C1DataConnectorException.Message">
          <a class="xref" href="C1.DataConnector.C1DataConnectorException.Message.html#C1_DataConnector_C1DataConnectorException_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>The exception message</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_DataConnector_C1DataConnectorException_ToString" data-uid="C1.DataConnector.C1DataConnectorException.ToString">
          <a class="xref" href="C1.DataConnector.C1DataConnectorException.ToString.html#C1_DataConnector_C1DataConnectorException_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>The ToString method of class <a class="xref" href="C1.DataConnector.C1DataConnectorException.html">C1DataConnectorException</a></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
