TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Connection.ExceptionListener Property

Get and set the exception event handler

public IExceptionListener ExceptionListener {get; set;}

Remarks

User should either use ExceptionHandler or ExceptionListener to handle exceptions, but not both. Setting up both will cause the exception to be handled more than once which can result in undefined behavior
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Exceptions

Exception Type Condition
IllegalStateException If the connection is closed

See Also

Connection Class | TIBCO.EMS Namespace