EMS.ResourceAPI.EEMSError

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EEMSError = class(Exception);

C++

class PASCALIMPLEMENTATION EEMSError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EMS.ResourceAPI

Description

Base class for exceptions of the EMS unit scope.

See Also