# GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand" class="text-break">ErrorUICommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents the command that display a message.</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="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.Commands.Command.html">Command</a></div>
    <div class="level2"><span class="xref">ErrorUICommand</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ErrorUICommand : Command, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ErrorUICommand
    Inherits Command
    Implements IDisposable</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="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand__ctor_System_String_System_String_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.#ctor(System.String,System.String)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.-ctor.html#GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand__ctor_System_String_System_String_">ErrorUICommand(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.html">ErrorUICommand</a> class.</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="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_Clone" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.Clone">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.Clone.html#GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this command object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_ExecuteCore_GrapeCity_Spreadsheet_Commands_CommandResult__System_Boolean_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.ExecuteCore(GrapeCity.Spreadsheet.Commands.CommandResult@,System.Boolean)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.ExecuteCore.html#GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_ExecuteCore_GrapeCity_Spreadsheet_Commands_CommandResult__System_Boolean_">ExecuteCore(ref CommandResult, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Executes this command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_SaveUndoStateCore" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.SaveUndoStateCore">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ErrorUICommand.SaveUndoStateCore.html#GrapeCity_Wpf_SpreadSheet_CellType_ErrorUICommand_SaveUndoStateCore">SaveUndoStateCore()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the data for undoing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
