ComponentOne PDF for .NET
CSJ2K.j2k.util Namespace / ThreadPool Class / checkTargetErrors Method

In This Topic
    checkTargetErrors Method (ThreadPool)
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Overridable Sub checkTargetErrors() 
    public virtual void checkTargetErrors()
    Exceptions
    ExceptionDescription
    If an error condition has been thrown by a target 'run()' method.
    If a runtime exception has been thrown by a target 'run()' method.
    See Also