IRC.NET


IrcProtocolErrorEventArgs

Defined in IrcDotNet.dll.
Provides data for the IrcClient.ProtocolError event.

Instance members

Instance memberDescription
Code()
Signature: unit -> unit
Gets or sets the numeric code that indicates the type of error.
Message()
Signature: unit -> unit
Gets the text of the error message.
Parameters()
Signature: unit -> unit
Gets a list of the parameters of the error.
Fork me on GitHub