When using the `TSslWebSocketCli.WSConnect` method an expected Connection Refused error is thrown (See Attached). I want to hide this. How can I do so?
I have tried wrapping a `try..except` block around it without any luck. I have also assigned the Error and Exception events to empty procedures.