C# Класс DeviceHive.ErrorEventArgs

Error event arguments structure
Наследование: EventArgs
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ex System.Exception

Открытые методы

Метод Описание
ErrorEventArgs ( Exception exception ) : System

Constructs error event arguments structure for a specified exception

Описание методов

ErrorEventArgs() публичный Метод

Constructs error event arguments structure for a specified exception
public ErrorEventArgs ( Exception exception ) : System
exception System.Exception Exception which caused an error
Результат System

Описание свойств

ex публичное свойство

Exception that caused an error
Can be null.
public Exception,System ex
Результат System.Exception