# GrapeCity.ActiveReports.Rendering.DataProcessingException.ErrorCodes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.ErrorCodes" class="text-break">DataProcessingException.ErrorCodes Enum
</h1>
  <div class="markdown level0 summary"><p>Error codes for data processing exceptions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.html">GrapeCity.ActiveReports.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataProcessingException.ErrorCodes</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_DataProviderNotFound">DataProviderNotFound</td>
        <td><p>Indicates that the data provider was not found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_DataProviderNotSpecified">DataProviderNotSpecified</td>
        <td><p>Indicates that the data provider was not specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_DataSourceNotFound">DataSourceNotFound</td>
        <td><p>Indicates that the data source was not found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_InvalidConnectionStringExpression">InvalidConnectionStringExpression</td>
        <td><p>Indicates that the connection string expression is invalid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_InvalidDataParameter">InvalidDataParameter</td>
        <td><p>Indicates that the data parameter used in the connection is invalid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCodes_SharedDataSourceNotLoaded">SharedDataSourceNotLoaded</td>
        <td><p>Indicates that the shared data source could not be loaded.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
