C# Class AK.F1.Timing.UI.Utility.ExceptionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Méthodes publiques

Méthode Description
ExceptionEventArgs ( Exception exception ) : System

Initialises a new instance of the ExceptionEventArgs class and specifies the exception.

Method Details

ExceptionEventArgs() public méthode

Initialises a new instance of the ExceptionEventArgs class and specifies the exception.
/// Thrown when is . ///
public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception The .
Résultat System