# C1.WPF.InputPanel.ErrorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_InputPanel_ErrorInfo" data-uid="C1.WPF.InputPanel.ErrorInfo" class="text-break">ErrorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Indicates the information of errors occurred while validating <a class="xref" href="C1.WPF.InputPanel.C1InputPanel.html">C1InputPanel</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">ErrorInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.InputPanel.html">C1.WPF.InputPanel</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.InputPanel.4.6.2.dll</h6>
  <h5 id="C1_WPF_InputPanel_ErrorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorInfo
    Implements INotifyPropertyChanged</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_InputPanel_ErrorInfo__ctor" data-uid="C1.WPF.InputPanel.ErrorInfo.#ctor">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.-ctor.html#C1_WPF_InputPanel_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="C1_WPF_InputPanel_ErrorInfo_ErrorContent" data-uid="C1.WPF.InputPanel.ErrorInfo.ErrorContent">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.ErrorContent.html#C1_WPF_InputPanel_ErrorInfo_ErrorContent">ErrorContent</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the error content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_ErrorInfo_ErrorInputName" data-uid="C1.WPF.InputPanel.ErrorInfo.ErrorInputName">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.ErrorInputName.html#C1_WPF_InputPanel_ErrorInfo_ErrorInputName">ErrorInputName</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the name of the error input field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_ErrorInfo_ErrorType" data-uid="C1.WPF.InputPanel.ErrorInfo.ErrorType">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.ErrorType.html#C1_WPF_InputPanel_ErrorInfo_ErrorType">ErrorType</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the error types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_ErrorInfo_ValidationContentForeground" data-uid="C1.WPF.InputPanel.ErrorInfo.ValidationContentForeground">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.ValidationContentForeground.html#C1_WPF_InputPanel_ErrorInfo_ValidationContentForeground">ValidationContentForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of error information content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_InputPanel_ErrorInfo_ValidationHeaderForeground" data-uid="C1.WPF.InputPanel.ErrorInfo.ValidationHeaderForeground">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.ValidationHeaderForeground.html#C1_WPF_InputPanel_ErrorInfo_ValidationHeaderForeground">ValidationHeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground of error information header.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_InputPanel_ErrorInfo_PropertyChanged" data-uid="C1.WPF.InputPanel.ErrorInfo.PropertyChanged">
          <a class="xref" href="C1.WPF.InputPanel.ErrorInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
