C# Class Yaircc.Net.IRC.ConnectionFailedEventArgs

Represents the event data for failed connection attempts.
Inheritance: System.EventArgs
ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
ConnectionFailedEventArgs ( Exception exception ) : System

Initialises a new instance of the ConnectionFailedEventArgs class.

Method Details

ConnectionFailedEventArgs() public method

Initialises a new instance of the ConnectionFailedEventArgs class.
public ConnectionFailedEventArgs ( Exception exception ) : System
exception System.Exception The exception that occurred.
return System