# CSJ2K.j2k.util.ThreadPool.checkTargetErrors

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_util_ThreadPool_checkTargetErrors_" data-uid="CSJ2K.j2k.util.ThreadPool.checkTargetErrors*">checkTargetErrors Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_util_ThreadPool_checkTargetErrors_" data-uid="CSJ2K.j2k.util.ThreadPool.checkTargetErrors*"></a>
<h4 id="CSJ2K_j2k_util_ThreadPool_checkTargetErrors" data-uid="CSJ2K.j2k.util.ThreadPool.checkTargetErrors">checkTargetErrors()</h4>
<div class="markdown level1 summary"><p>Checks that no error or runtime exception in any target have occurred
so far. If an error or runtime exception has occurred in a target's run
method they are thrown by this method.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void checkTargetErrors()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub checkTargetErrors()</code></pre>
</div>
</div>
