RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ETypeTransException Class

ETypeTransException is the exception raised when a conversion between a SOAP type description and an Object Pascal type fails.

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

ETypeTransException is thrown when an application attempts to convert a type in a SOAP packet to an Object Pascal type and fails for some reason. 

 

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