[TIBCO.EMS .NET Admin client library 6.0 documentation]

Sets an exception listener for the connection used by the admin api to communicate with the EMS server.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.

See Also