Datasnap.Win.SConnect.EInterpreterError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEInterpreterError

Delphi

EInterpreterError = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.SConnect.pas
Datasnap.Win.SConnect.hpp
Datasnap.Win.SConnect Datasnap.Win.SConnect

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