Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpServer.ErrorEvent Method 

Log an error to the log interface.

[Visual Basic]
Protected Sub ErrorEvent( _
   ByVal ex As Exception, _
   ByVal description As String _
)
[C#]
protected void ErrorEvent(
   Exception ex,
   string description
);

See Also

TransportTcpIpServer Class | iNTERFACEWARE.Chameleon Namespace