C# Class SharpAdbClient.Exceptions.DeviceNotFoundException

Unable to connect to the device because it was not found in the list of available devices.
Inheritance: AdbException
ファイルを表示 Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
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.

Method Details

DeviceNotFoundException() public method

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

DeviceNotFoundException() public method

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.
return System

DeviceNotFoundException() public method

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

DeviceNotFoundException() public method

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.
return System