If you did not set SuppressErrorDisplay to True, then most controls will display a message indicating a connection could not be made.
Most of the drivers also have 3 events:
ConnectionEstablished
ConnectionClosed
ComError
You can make event handlers for these events to know when there is a connection issue.