# C1.WPF.DateTimeEditors.TextValidationErrorEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DateTimeEditors_TextValidationErrorEventArgs" data-uid="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs" class="text-break">TextValidationErrorEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DateValidationError event.</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.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">TextValidationErrorEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DateTimeEditors.html">C1.WPF.DateTimeEditors</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DateTimeEditors.4.6.2.dll</h6>
  <h5 id="C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextValidationErrorEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextValidationErrorEventArgs
    Inherits EventArgs</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_WPF_DateTimeEditors_TextValidationErrorEventArgs__ctor_System_Exception_System_String_" data-uid="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.#ctor(System.Exception,System.String)">
          <a class="xref" href="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.-ctor.html#C1_WPF_DateTimeEditors_TextValidationErrorEventArgs__ctor_System_Exception_System_String_">TextValidationErrorEventArgs(Exception, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the TextValidationErrorEventArgs 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_WPF_DateTimeEditors_TextValidationErrorEventArgs_Exception" data-uid="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.Exception">
          <a class="xref" href="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.Exception.html#C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_Exception">Exception</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the exception that initially triggered the TextValidationError event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_Text" data-uid="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.Text">
          <a class="xref" href="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.Text.html#C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text being parsed when the TextValidationError event was raised.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_ThrowException" data-uid="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.ThrowException">
          <a class="xref" href="C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.ThrowException.html#C1_WPF_DateTimeEditors_TextValidationErrorEventArgs_ThrowException">ThrowException</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether Exception should be thrown.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
