C# 클래스 DeviceHive.ErrorEventArgs

Error event arguments structure
상속: EventArgs
파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf

공개 프로퍼티들

프로퍼티 타입 설명
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