# C1.Document.ParameterValidationError

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_ParameterValidationError" data-uid="C1.Document.ParameterValidationError" class="text-break">ParameterValidationError Class
</h1>
  <div class="markdown level0 summary"><p>Represents an error which occurred while validating parameters of a <a class="xref" href="C1.Document.C1DocumentSource.html">C1DocumentSource</a>.</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">ParameterValidationError</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_ParameterValidationError_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ParameterValidationError</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ParameterValidationError</code></pre>
  </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="C1_Document_ParameterValidationError__ctor_C1_Document_Parameter_System_Object_System_String_" data-uid="C1.Document.ParameterValidationError.#ctor(C1.Document.Parameter,System.Object,System.String)">
          <a class="xref" href="C1.Document.ParameterValidationError.-ctor.html#C1_Document_ParameterValidationError__ctor_C1_Document_Parameter_System_Object_System_String_">ParameterValidationError(Parameter, object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the ParameterValidationError class.</p>
</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="C1_Document_ParameterValidationError_ErrorMessage" data-uid="C1.Document.ParameterValidationError.ErrorMessage">
          <a class="xref" href="C1.Document.ParameterValidationError.ErrorMessage.html#C1_Document_ParameterValidationError_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the error message.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_ParameterValidationError_Parameter" data-uid="C1.Document.ParameterValidationError.Parameter">
          <a class="xref" href="C1.Document.ParameterValidationError.Parameter.html#C1_Document_ParameterValidationError_Parameter">Parameter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameter associated with the error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_ParameterValidationError_Value" data-uid="C1.Document.ParameterValidationError.Value">
          <a class="xref" href="C1.Document.ParameterValidationError.Value.html#C1_Document_ParameterValidationError_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the erroneous value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
