API:System.Classes.EThreadExternalException

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EThreadExternalException = class(EThread);

C++

class PASCALIMPLEMENTATION EThreadExternalException : public EThread

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. System.Classes.EThreadExternalException inherits from System.Classes.EThread. All content below this line refers to System.Classes.EThread.

EThread is the exception class for thread synchronization errors.

EThread is never raised. It is defined for backward compatibility.

See Also