System.Classes.EThread

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEThread

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.

See Also