# C1.Win.Input.Validation.ErrorInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Validation_ErrorInfo" data-uid="C1.Win.Input.Validation.ErrorInfo" class="text-break">ErrorInfo Class
</h1>
  <div class="markdown level0 summary"><p>Settings affecting error handling.</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Validation.html">C1.Win.Input.Validation</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Validation_ErrorInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericExpandableConverter))]
public class ErrorInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericExpandableConverter))&gt;
Public Class ErrorInfo</code></pre>
  </div>
  <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_Win_Input_Validation_ErrorInfo_BeepOnError" data-uid="C1.Win.Input.Validation.ErrorInfo.BeepOnError">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.BeepOnError.html#C1_Win_Input_Validation_ErrorInfo_BeepOnError">BeepOnError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control beeps signaling an error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_C1SuperErrorProvider" data-uid="C1.Win.Input.Validation.ErrorInfo.C1SuperErrorProvider">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.C1SuperErrorProvider.html#C1_Win_Input_Validation_ErrorInfo_C1SuperErrorProvider">C1SuperErrorProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an C1SuperErrorProvider object used to indicate error state of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_CanLoseFocus" data-uid="C1.Win.Input.Validation.ErrorInfo.CanLoseFocus">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.CanLoseFocus.html#C1_Win_Input_Validation_ErrorInfo_CanLoseFocus">CanLoseFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether or not the control is allowed to lose focus after the error. Works only if the ErrorAction is set to SetValueOnError or ResetValue.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_DataType" data-uid="C1.Win.Input.Validation.ErrorInfo.DataType">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.DataType.html#C1_Win_Input_Validation_ErrorInfo_DataType">DataType</a>
        </td>
        <td class="markdown level1 summary"><p>Type of the Value property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ErrorAction" data-uid="C1.Win.Input.Validation.ErrorInfo.ErrorAction">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ErrorAction.html#C1_Win_Input_Validation_ErrorInfo_ErrorAction">ErrorAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets enumerated value that determines what action is performed on the control value when an error occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ErrorMessage" data-uid="C1.Win.Input.Validation.ErrorInfo.ErrorMessage">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ErrorMessage.html#C1_Win_Input_Validation_ErrorInfo_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets error message shown in the standard message box and/or in the exception.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ErrorMessageCaption" data-uid="C1.Win.Input.Validation.ErrorInfo.ErrorMessageCaption">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ErrorMessageCaption.html#C1_Win_Input_Validation_ErrorInfo_ErrorMessageCaption">ErrorMessageCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text to display in the title bar of the error message box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ErrorProvider" data-uid="C1.Win.Input.Validation.ErrorInfo.ErrorProvider">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ErrorProvider.html#C1_Win_Input_Validation_ErrorInfo_ErrorProvider">ErrorProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ErrorProvider object used to indicate error state of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_InnerException" data-uid="C1.Win.Input.Validation.ErrorInfo.InnerException">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.InnerException.html#C1_Win_Input_Validation_ErrorInfo_InnerException">InnerException</a>
        </td>
        <td class="markdown level1 summary"><p>Run-time-only read-only property returning the original exception object that caused the error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ShowErrorMessage" data-uid="C1.Win.Input.Validation.ErrorInfo.ShowErrorMessage">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ShowErrorMessage.html#C1_Win_Input_Validation_ErrorInfo_ShowErrorMessage">ShowErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the standard error message will be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ValueOnError" data-uid="C1.Win.Input.Validation.ErrorInfo.ValueOnError">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ValueOnError.html#C1_Win_Input_Validation_ErrorInfo_ValueOnError">ValueOnError</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value used to reset the control if ErrorAction = SetValueOnError.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ValueOnErrorIsDbNull" data-uid="C1.Win.Input.Validation.ErrorInfo.ValueOnErrorIsDbNull">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ValueOnErrorIsDbNull.html#C1_Win_Input_Validation_ErrorInfo_ValueOnErrorIsDbNull">ValueOnErrorIsDbNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a boolean property used to set ValueOnError to DbNull (only necessary at design time).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_Reset" data-uid="C1.Win.Input.Validation.ErrorInfo.Reset">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.Reset.html#C1_Win_Input_Validation_ErrorInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets whole ErrorInfo property in base control</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ErrorInfo_ShouldSerializeValueOnError" data-uid="C1.Win.Input.Validation.ErrorInfo.ShouldSerializeValueOnError">
          <a class="xref" href="C1.Win.Input.Validation.ErrorInfo.ShouldSerializeValueOnError.html#C1_Win_Input_Validation_ErrorInfo_ShouldSerializeValueOnError">ShouldSerializeValueOnError()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
