ClientErrorReceived event
Fired when a networking error occurs with a specific client connection.
Applies to
CHMllpServer
Declaration
Public Event ClientErrorReceived(ByRef Client As CHMllpConnection, ByVal ErrorMessage As String, ByVal ErrorCode As Long)
Description
The context on when this is received is often determined by a previous operation, although that is not necessary. The connection will always be closed once this event is received so there is no need to close the connection within the application code.
Parameters |
Client | The client that had an error. |
ErrorMessage | The description of the error. |
ErrorCode | The code that describes the error. |