# GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo

## Content

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



  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo" class="text-break">ErrorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents detailed information about an error.</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"><span class="xref">ErrorInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorInfo</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <code>ErrorInfo</code> class provides properties to describe an error, including a brief message, detailed information, and the severity level of the error.</p>
</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="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo__ctor" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.-ctor.html#GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo__ctor">ErrorInfo()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Details" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Details">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Details.html#GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Details">Details</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets detailed information about the error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Message" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Message">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Message.html#GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Message">Message</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the main message describing the error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Severity" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Severity">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.ErrorInfo.Severity.html#GrapeCity_ActiveReports_Blazor_Viewer_ErrorInfo_Severity">Severity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the severity level of the error.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
