Chameleon and Iguana Plugin C# Class Libraries

LlpServer.ErrorReceivedEvent Delegate

Fired when an issue occurs with the server socket itself rather than a specific client.

[Visual Basic]
Public Delegate Sub LlpServer.ErrorReceivedEvent( _
   ByVal sender As Object, _
   ByVal Args As EventArgs, _
   ByVal ErrorMessage As String, _
   ByVal Code As Integer _
)
[C#]
public delegate void LlpServer.ErrorReceivedEvent(
   object sender,
   EventArgs Args,
   string ErrorMessage,
   int Code
);

Parameters

sender
The object that triggered the event.
Args
Arguments to the event.
ErrorMessage
A message describing the error.
Code
A code describing the error.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

iNTERFACEWARE.Chameleon Namespace