Class iDeviceErrorExtensions
Inheritance
System.Object
iDeviceErrorExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: iMobileDevice.iDevice
Assembly: iMobileDevice-net.dll
Syntax
public static class iDeviceErrorExtensions
Methods
| Improve this Doc View SourceIsError(iDeviceError)
Declaration
public static bool IsError(this iDeviceError value)
Parameters
Type | Name | Description |
---|---|---|
iDeviceError | value |
Returns
Type | Description |
---|---|
System.Boolean |
ThrowOnError(iDeviceError)
Declaration
public static void ThrowOnError(this iDeviceError value)
Parameters
Type | Name | Description |
---|---|---|
iDeviceError | value |
ThrowOnError(iDeviceError, String)
Declaration
public static void ThrowOnError(this iDeviceError value, string message)
Parameters
Type | Name | Description |
---|---|---|
iDeviceError | value | |
System.String | message |