ErrorReceived event
Fired when we have an error with the TCP/IP connection.
Applies to
CHMllpClient
Declaration
Public Event ErrorReceived(ByVal Description As String, ByVal Code As Long)
Description
The context of when this is received is often determined by a previous operation. The connection will always be closed once this event is received.
Parameters |
Description | Description of the error. |
Code | Error code. |