# GrapeCity.CalcEngine.FormattedCellValue.GetError

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_CalcEngine_FormattedCellValue_GetError_" data-uid="GrapeCity.CalcEngine.FormattedCellValue.GetError*">GetError Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_CalcEngine_FormattedCellValue_GetError_" data-uid="GrapeCity.CalcEngine.FormattedCellValue.GetError*"></a>
<h4 id="GrapeCity_CalcEngine_FormattedCellValue_GetError_GrapeCity_CalcEngine_IEvaluationContext_" data-uid="GrapeCity.CalcEngine.FormattedCellValue.GetError(GrapeCity.CalcEngine.IEvaluationContext)">GetError(IEvaluationContext)</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CalcError GetError(IEvaluationContext context = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetError(Optional context As IEvaluationContext = Nothing) As CalcError</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="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IEvaluationContext.html">IEvaluationContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The evaluation context to get value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a></td>
      <td><p>An <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IReadonlyPrimitiveValue.GetError.html#GrapeCity_CalcEngine_IReadonlyPrimitiveValue_GetError_GrapeCity_CalcEngine_IEvaluationContext_">IReadonlyPrimitiveValue.GetError(IEvaluationContext)</a></div>
</div>
