I am using my application to connect to a server through a VPN connection.
I have added logic to the 'ConnectionLost' event of my connection.
I connect to the database, then disconnect the VPN connection.
My exception event handler is catching the exception, but the ConnectionLost event is not taking place.
Any ideas?