# GrapeCity.Viewer.Common.Model.ErrorInfo.-ctor

## Content

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



<h1 id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor*">ErrorInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor*"></a>
<h4 id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_System_Exception_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor(System.Exception)">ErrorInfo(Exception)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a> struct with an exception.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorInfo(Exception exception)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
      <td><span class="parametername">exception</span></td>
      <td><p>The exception to encapsulate.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor*"></a>
<h4 id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_GrapeCity_Viewer_Common_Model_ErrorInfo_Level_System_String_System_String_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor(GrapeCity.Viewer.Common.Model.ErrorInfo.Level,System.String,System.String)">ErrorInfo(Level, string, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a> struct with a level and information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorInfo(ErrorInfo.Level level, string info, string detail)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a>.<a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.Level.html">Level</a></td>
      <td><span class="parametername">level</span></td>
      <td><p>The severity level of the error.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">info</span></td>
      <td><p>The error information.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">detail</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor*"></a>
<h4 id="GrapeCity_Viewer_Common_Model_ErrorInfo__ctor_GrapeCity_Viewer_Common_Model_ErrorInfo_Level_System_String_" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.#ctor(GrapeCity.Viewer.Common.Model.ErrorInfo.Level,System.String)">ErrorInfo(Level, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a> struct with a level, information, and detail.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ErrorInfo(ErrorInfo.Level level, string info)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.html">ErrorInfo</a>.<a class="xref" href="GrapeCity.Viewer.Common.Model.ErrorInfo.Level.html">Level</a></td>
      <td><span class="parametername">level</span></td>
      <td><p>The severity level of the error.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">info</span></td>
      <td><p>The error information.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
