C# Class IrcDotNet.IrcProtocolErrorEventArgs

Provides data for the IrcClient.ProtocolError event.
Inheritance: System.EventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the IrcProtocolErrorEventArgs class.

Method Details

IrcProtocolErrorEventArgs() public méthode

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.
Résultat System.Net.Security