[TIBCO.EMS .NET Admin client library 6.3 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Add the exception handler to the Admin object's underlying connection.
Namespace:
TIBCO.EMS.ADMINAssembly: 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.