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

Inheritance: System.EventArgs
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
ExceptionEventArgs ( Exception exception ) : System

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

Method Details

ExceptionEventArgs() public method

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