C# Class SevenUpdate.ErrorOccurredEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ErrorOccurredEventArgs ( ) : System

Initializes a new instance of the ErrorOccurredEventArgs class.

ErrorOccurredEventArgs ( string exception, ErrorType type ) : System

Initializes a new instance of the ErrorOccurredEventArgs class.

Method Details

ErrorOccurredEventArgs() public method

Initializes a new instance of the ErrorOccurredEventArgs class.
public ErrorOccurredEventArgs ( ) : System
return System

ErrorOccurredEventArgs() public method

Initializes a new instance of the ErrorOccurredEventArgs class.
public ErrorOccurredEventArgs ( string exception, ErrorType type ) : System
exception string The exception that occurred.
type ErrorType The type of error that occurred.
return System