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

EThreadExternalException is the exception class for methods called from external threads.

EThreadExternalException is raised when an externally created thread tries to call the CheckTerminated and SetReturnValue methods.

See Also