C# Class SharpAdbClient.Exceptions.DeviceNotFoundException

Unable to connect to the device because it was not found in the list of available devices.
Inheritance: AdbException
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the DeviceNotFoundException class.
public DeviceNotFoundException ( ) : System
Résultat System

DeviceNotFoundException() public méthode

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.
Résultat System

DeviceNotFoundException() public méthode

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

DeviceNotFoundException() public méthode

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.
Résultat System