RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESOAPDomConvertError Class

ESOAPDomConvertError is the class for exceptions that occur when marshaling or unmarshaling a SOAP request.

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

OPToSOAPDomConv

TOPToSoapDomConvert raises ESOAPDomConvertError exceptions when it can't marshal or unmarshal a SOAP packet that encodes a method call or its results. 

 

TOPToSoapDOMConvert

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!