an exception is UNHANDLED because
It is not part of a try catch block that would handle this exception. Remember sometimes you need to add a catch all, not just catch parts for known exceptions. :i ...
It can't be handled by my code because it is UNHANDLED exception that happens somewhere inside amqmnet.dll in different thread right after I turn off ethernet connection. It appears that amqmnet.dll t ...
I use standart approach to get message from queue utilizing MQQueueManager and MQQueue classes. This works perfect until physical connection to MQ server is broken. In such case I get unhandled except ...