C# Class IrcDotNet.IrcErrorMessageEventArgs

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

Méthodes publiques

Méthode Description
IrcErrorMessageEventArgs ( string message ) : System.Net.Security

Initializes a new instance of the IrcErrorMessageEventArgs class.

Method Details

IrcErrorMessageEventArgs() public méthode

Initializes a new instance of the IrcErrorMessageEventArgs class.
public IrcErrorMessageEventArgs ( string message ) : System.Net.Security
message string The error message given by the server.
Résultat System.Net.Security