IrcProtocolErrorEventArgs
Defined in IrcDotNet.dll.
Provides data for the IrcClient.ProtocolError event.
Instance members
Instance member | Description |
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. |