Datasnap.Win.ObjBrkr.EBrokerException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBrokerException
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Unit: Datasnap.Win.ObjBrkr
Parent: Datasnap.Win.ObjBrkr

Delphi

EBrokerException = class(Exception);

C++

class PASCALIMPLEMENTATION EBrokerException : public System::Sysutils::Exception

Description

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

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

See Also