Datasnap.Win.ObjBrkr.EBrokerException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEBrokerException

Delphi

EBrokerException = class(Exception);

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr Datasnap.Win.ObjBrkr

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