C# Class SevenUpdate.ErrorOccurredEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ErrorOccurredEventArgs class.
public ErrorOccurredEventArgs ( ) : System
Résultat System

ErrorOccurredEventArgs() public méthode

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.
Résultat System