C# Class DeviceHive.ErrorEventArgs

Error event arguments structure
Inheritance: EventArgs
Afficher le fichier Open project: devicehive/devicehive-.net-mf

Méthodes publiques

Свойство Type Description
ex System.Exception

Méthodes publiques

Méthode Description
ErrorEventArgs ( Exception exception ) : System

Constructs error event arguments structure for a specified exception

Method Details

ErrorEventArgs() public méthode

Constructs error event arguments structure for a specified exception
public ErrorEventArgs ( Exception exception ) : System
exception System.Exception Exception which caused an error
Résultat System

Property Details

ex public_oe property

Exception that caused an error
Can be null.
public Exception,System ex
Résultat System.Exception