RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EWebBrokerException Class

EWebBrokerException is an exception raised by WebBroker objects.

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

HTTPApp

EWebBrokerException is raised when a WebBroker object encounters a problem. It functions identically to its parent class, TException. 

 

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