C# Class IrcDotNet.IrcErrorEventArgs

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

Méthodes publiques

Méthode Description
IrcErrorEventArgs ( Exception error ) : System.Net.Security

Initializes a new instance of the IrcErrorEventArgs class.

Method Details

IrcErrorEventArgs() public méthode

Initializes a new instance of the IrcErrorEventArgs class.
public IrcErrorEventArgs ( Exception error ) : System.Net.Security
error System.Exception The error.
Résultat System.Net.Security