# GrapeCity.ActiveReports.PageReportModel.ValidationEntry.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor*">ValidationEntry Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor(GrapeCity.ActiveReports.PageReportModel.Severity,System.String,System.Object)">ValidationEntry(Severity, string, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.html">ValidationEntry</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ValidationEntry(Severity severity, string message, object owner)</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.ActiveReports.PageReportModel.Severity.html">Severity</a></td>
      <td><span class="parametername">severity</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Severity.html">Severity</a> value indicating the severity level for the entry.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">message</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the user-friendly message to use for the entry.
This message will be displayed in the task list.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> representing the owner of the validation entry.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_ValidationEntry__ctor_GrapeCity_ActiveReports_PageReportModel_Severity_System_String_System_Exception_System_Object_" data-uid="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.#ctor(GrapeCity.ActiveReports.PageReportModel.Severity,System.String,System.Exception,System.Object)">ValidationEntry(Severity, string, Exception, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.ValidationEntry.html">ValidationEntry</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ValidationEntry(Severity severity, string message, Exception exception, object owner)</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.ActiveReports.PageReportModel.Severity.html">Severity</a></td>
      <td><span class="parametername">severity</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.Severity.html">Severity</a> value indicating the severity level for the entry</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">message</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the user friendly message to use for the entry.
This message will be displayed in the task list.</p>
</td>
    </tr>
    <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>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a> to be logged/fired by the entry.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">owner</span></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> representing the owner of the validation entry.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
