C# Class IrcDotNet.IrcErrorMessageEventArgs

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

Public Methods

Method Description
IrcErrorMessageEventArgs ( string message ) : System.Net.Security

Initializes a new instance of the IrcErrorMessageEventArgs class.

Method Details

IrcErrorMessageEventArgs() public method

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