# GrapeCity.ActiveReports.Rendering.DataProcessingException

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_DataProcessingException" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException" class="text-break">DataProcessingException Class
</h1>
  <div class="markdown level0 summary"><p>Represents data processing exceptions.</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">DataProcessingException</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="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_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class DataProcessingException : Exception, ISerializable</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCode" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.ErrorCode">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.ErrorCode.html#GrapeCity_ActiveReports_Rendering_DataProcessingException_ErrorCode">ErrorCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error code associated with the exception.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_Message" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.Message">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.Message.html#GrapeCity_ActiveReports_Rendering_DataProcessingException_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a message that describes the current exception.</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="GrapeCity_ActiveReports_Rendering_DataProcessingException_DataProviderNotFound_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.DataProviderNotFound(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.DataProviderNotFound.html#GrapeCity_ActiveReports_Rendering_DataProcessingException_DataProviderNotFound_System_String_">DataProviderNotFound(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.html">DataProcessingException</a> indicating that the data provider was not found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_DataProviderNotSpecified_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.DataProviderNotSpecified(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.DataProviderNotSpecified.html#GrapeCity_ActiveReports_Rendering_DataProcessingException_DataProviderNotSpecified_System_String_">DataProviderNotSpecified(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.html">DataProcessingException</a> indicating that the data provider was not specified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_DataProcessingException_SharedDataSourceNotLoaded_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.DataProcessingException.SharedDataSourceNotLoaded(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.SharedDataSourceNotLoaded.html#GrapeCity_ActiveReports_Rendering_DataProcessingException_SharedDataSourceNotLoaded_System_String_">SharedDataSourceNotLoaded(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.ActiveReports.Rendering.DataProcessingException.html">DataProcessingException</a> indicating 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>
