RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EBrokerException Class

EBrokerException is the exception raised by simple object brokers when they can't locate an available server.

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

ObjBrkr

EBrokerException is raised when a simple object broker can't locate an available server. 

 

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