Thresher 1.2 Class Documentation | |
ErrorMessageEventHandler Delegate
Error messages from the IRC server.
[Visual Basic]Public Delegate Sub ErrorMessageEventHandler( _
ByVal
code As
ReplyCode, _
ByVal
message As
String _
)
[C#]public delegate void ErrorMessageEventHandler(
ReplyCode code,
string message);
Parameters
- code
- The RFC 2812 or custom numeric code.
- message
- The error message text.
Requirements
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)
See Also
Sharkbite.Irc Namespace | OnError