C# Class IrcDotNet.IrcErrorEventArgs

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

Public Methods

Method Description
IrcErrorEventArgs ( Exception error ) : System.Net.Security

Initializes a new instance of the IrcErrorEventArgs class.

Method Details

IrcErrorEventArgs() public method

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