C# Class IrcDotNet.IrcProtocolErrorEventArgs

Provides data for the IrcClient.ProtocolError event.
Inheritance: System.EventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
IrcProtocolErrorEventArgs ( int code, IList parameters, string message ) : System.Net.Security

Initializes a new instance of the IrcProtocolErrorEventArgs class.

Method Details

IrcProtocolErrorEventArgs() public method

Initializes a new instance of the IrcProtocolErrorEventArgs class.
public IrcProtocolErrorEventArgs ( int code, IList parameters, string message ) : System.Net.Security
code int The code.
parameters IList The parameters.
message string The message.
return System.Net.Security