ThreadAlreadyRunningException

From Real Software Documentation

Jump to: navigation, search
Class (inherits from RuntimeException)

You tried to set the stack size of a thread that is already running or tried to call the Run method for a thread that is already running.


See Also

CriticalSection, Semaphore, Mutex, RuntimeException, Thread classes; Exception, Try statements; Catch statement.

Personal tools