HTTPSocket error

Received a Crash Report from one of my user with the following Stack info:

Sub RegisterWindow.RegisterWindow.DataSocket_Error( RegisterWindow.RegisterWindow, HTTPSocket, int32 )
Sub Delegate.IM_Invoke( HTTPSocket, int32 )
Sub AddHandler.Stub.8( int32 )
Sub HTTPSocket.SetError( int32 )
Sub HTTPSocket.Event_Error()
Sub Delegate.Invoke()
Sub Application._CallFunctionWithExceptionHandling()

I assume that the error caused it to call the “Error” event of the HTTPSocket, in that event all I have is a MsgBox code to show the code. I don’t know if the user got the message or not.

Can I put some code in the Error Event or somewhere else to Catch the error and ignore it?