OnError
This is a Socket Object event that occurs when there is an error, such as a PC not existing.
Group: Socket Object
Example:
Dim WithEvents oSocket As Socket ' module level Dim
Private Sub oSocket_OnError(ByVal Number As Long, ByVal Description As String)
On Error Resume Next
End Sub