C# Class ZWave.ErrorEventArgs

Inheritance: System.EventArgs
Show file Open project: roblans/ZWave4Net Class Usage Examples

Public Properties

Property Type Description
Error System.Exception

Public Methods

Method Description
ErrorEventArgs ( Exception error ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( Exception error ) : System
error System.Exception
return System

Property Details

Error public property

public Exception,System Error
return System.Exception