# C1.Win.SuperTooltip.ISuperErrorProvider.SetError

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SuperTooltip_ISuperErrorProvider_SetError_" data-uid="C1.Win.SuperTooltip.ISuperErrorProvider.SetError*">SetError Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SuperTooltip_ISuperErrorProvider_SetError_" data-uid="C1.Win.SuperTooltip.ISuperErrorProvider.SetError*"></a>
<h4 id="C1_Win_SuperTooltip_ISuperErrorProvider_SetError_System_Windows_Forms_Control_System_String_" data-uid="C1.Win.SuperTooltip.ISuperErrorProvider.SetError(System.Windows.Forms.Control,System.String)">SetError(Control, string)</h4>
<div class="markdown level1 summary"><p>Sets the error description text for the specified control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void SetError(Control control, string value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub SetError(control As Control, value As String)</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="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></td>
      <td><span class="parametername">control</span></td>
      <td><p>The control to set the error description text for.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The error description text.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
