IrcErrorException

Thrown if the server sends an error message to the client.

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