[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Sets an exception listener for the connection used by the admin api to
communicate with the EMS server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public IExceptionListener ExceptionListener { set; } |
Public WriteOnly Property ExceptionListener As IExceptionListener |
public: property IExceptionListener^ ExceptionListener { void set (IExceptionListener^ value); } |
Remarks
See the EMS API documentation for more information about exception listeners.
Note in particular that you should only use either an ExceptionListener or an
ExceptionHandler, not both.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |