C# Class IrcSharp.ErrorEventArgs

Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark

Public Methods

Method Description
ErrorEventArgs ( IrcClient client, string msg ) : System
ErrorEventArgs ( IrcClient client, string msg, Exception exception ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( IrcClient client, string msg ) : System
client IrcClient
msg string
return System

ErrorEventArgs() public method

public ErrorEventArgs ( IrcClient client, string msg, Exception exception ) : System
client IrcClient
msg string
exception System.Exception
return System