C# 클래스 SharpAdbClient.Exceptions.DeviceNotFoundException

Unable to connect to the device because it was not found in the list of available devices.
상속: AdbException
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 메소드들

메소드 설명
DeviceNotFoundException ( ) : System

Initializes a new instance of the DeviceNotFoundException class.

DeviceNotFoundException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Initializes a new instance of the DeviceNotFoundException class.

DeviceNotFoundException ( string device ) : System

Initializes a new instance of the DeviceNotFoundException class.

DeviceNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the DeviceNotFoundException class.

메소드 상세

DeviceNotFoundException() 공개 메소드

Initializes a new instance of the DeviceNotFoundException class.
public DeviceNotFoundException ( ) : System
리턴 System

DeviceNotFoundException() 공개 메소드

Initializes a new instance of the DeviceNotFoundException class.
public DeviceNotFoundException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo The serialization info.
context System.Runtime.Serialization.StreamingContext The context.
리턴 System

DeviceNotFoundException() 공개 메소드

Initializes a new instance of the DeviceNotFoundException class.
public DeviceNotFoundException ( string device ) : System
device string The device.
리턴 System

DeviceNotFoundException() 공개 메소드

Initializes a new instance of the DeviceNotFoundException class.
public DeviceNotFoundException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System