API:System.Classes.EThreadExternalException

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EThreadSystem.SysUtils.ExceptionSystem.TObjectEThreadExternalException

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