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

Add the exception handler to the Admin object's underlying connection.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public event EMSExceptionHandler ExceptionHandler
Public Event ExceptionHandler As EMSExceptionHandler
public:
 event EMSExceptionHandler^ ExceptionHandler {
	void add (EMSExceptionHandler^ value);
	void remove (EMSExceptionHandler^ value);
}

Remarks

See the EMS API documentation for more information about exception handlers. Note in particular that you should only use either an ExceptionListener or an ExceptionHandler, not both.

See Also