C# Class CUE.NET.Devices.Generic.EventArgs.ExceptionEventArgs

Represents the information supplied with an Exception-event.
Inheritance: System.EventArgs
Mostra file Open project: DarthAffe/CUE.NET

Public Methods

Method Description
ExceptionEventArgs ( Exception exception ) : System

Initializes a new instance of the ExceptionEventArgs class.

Method Details

ExceptionEventArgs() public method

Initializes a new instance of the ExceptionEventArgs class.
public ExceptionEventArgs ( Exception exception ) : System
exception System.Exception The exception which is responsible for the event-call.
return System