C# Класс SharpAdbClient.Exceptions.DeviceNotFoundException

Unable to connect to the device because it was not found in the list of available devices.
Наследование: AdbException
Показать файл Открыть проект

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

Метод Описание
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