Method | Description | |
---|---|---|
AdbException ( ) : System |
Initializes a new instance of the AdbException class.
|
|
AdbException ( |
Initializes a new instance of the AdbException class.
|
|
AdbException ( string message ) : System |
Initializes a new instance of the AdbException class with the specified error message.
|
|
AdbException ( string message, AdbResponse response ) : System |
Initializes a new instance of the AdbException class with the specified client error message and AdbResponse
|
|
AdbException ( string message, |
Initializes a new instance of the AdbException class.
|
|
AdbException ( string message, string adbError ) : System |
Initializes a new instance of the AdbException class with the specified client error message and adb error message.
|
public AdbException ( |
||
serializationInfo | The serialization info. | |
context | The context. | |
return | System |
public AdbException ( string message ) : System | ||
message | string | /// The message that describes the error. /// |
return | System |
public AdbException ( string message, AdbResponse response ) : System | ||
message | string | /// The message that describes the error on the client side. /// |
response | AdbResponse |
/// The |
return | System |
public AdbException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public AdbException ( string message, string adbError ) : System | ||
message | string | /// The message that describes the error on the client side. /// |
adbError | string | /// The raw error message that was sent by adb. /// |
return | System |