RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EInterpreterError Class

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

Pascal
EInterpreterError = class(Exception);
C++
class EInterpreterError : public Exception;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!