Datasnap.Win.SConnect.EInterpreterError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEInterpreterError
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Unit: Datasnap.Win.SConnect
Parent: Datasnap.Win.SConnect

Delphi

EInterpreterError = class(Exception);

C++

class PASCALIMPLEMENTATION EInterpreterError : public System::Sysutils::Exception

Description

EInterpreterError is the exception class for errors that arise when trying to interpret COM calls that have been marshaled to a data block.

Data block interpreters (TCustomDataBlockInterpreter descendants) raise EInterpreterError when they can't interpret the information in a data block. Streamed connection components such as TSocketConnection use data block interpreters to send interface calls to and receive interface calls from a remote application server.

See Also