WebLogic Messaging API Class Library

IConnection.Exception Event

Gets the ExceptionEventHandler object for this connection. Not every IConnection has an ExceptionEventHandler associated with it.

event�ExceptionEventHandler�Exception;

Event Data

The event handler receives an argument of type ExceptionEventArgs containing data related to this event. The following ExceptionEventArgs property provides information specific to this event.

Property Description
Exception Gets the MessageException associated with the connection problems.

Exceptions

Exception Type Condition
MessageException if JMS fails to get the ExceptionEventHandler for this connection.
MessageException if the JMS provider fails to set the exception listener for this connection.

See Also

IConnection Interface | WebLogic.Messaging Namespace