C# Class Yaircc.ErrorLog

ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
ErrorLog ( ) : System

Initialises a new instance of the Yaircc.ErrorLog class.

ErrorLog ( Exception exception ) : System

Initialises a new instance of the Yaircc.ErrorLog class.

Method Details

ErrorLog() public method

Initialises a new instance of the Yaircc.ErrorLog class.
public ErrorLog ( ) : System
return System

ErrorLog() public method

Initialises a new instance of the Yaircc.ErrorLog class.
public ErrorLog ( Exception exception ) : System
exception System.Exception The exception that triggered the log to be created.
return System