dirk ~tracker (2022-05-03T18:49:33.3468071)
Dub
Repo
IrcErrorException
irc
client
Thrown if the server sends an error message to the client.
class
IrcErrorException : Exception {
IrcClient
client
;
this
(IrcClient client, string message, string file, size_t line);
this
(IrcClient client, string message, Exception cause, string file, size_t line);
}
Constructors
this
this
(IrcClient client, string message, string file, size_t line)
Undocumented in source.
this
this
(IrcClient client, string message, Exception cause, string file, size_t line)
Undocumented in source.
Members
Variables
client
IrcClient
client
;
Undocumented in source.
Meta
Source
See Implementation
irc
client
classes
IrcClient
IrcErrorException
functions
unsubscribeHandler
manifest constants
IRC_MAX_LEN
Thrown if the server sends an error message to the client.