System.Classes.EThread

Delphi
EThread = class(Exception);
C++
class PASCALIMPLEMENTATION EThread : public System::Sysutils::Exception
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Classes.pas System.Classes.hpp | System.Classes | System.Classes | 
Description
EThread is the exception class for thread synchronization errors.
EThread is never raised. It is defined for backward compatibility.