Class MobileBackupErrorExtensions
Inheritance
System.Object
MobileBackupErrorExtensions
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.MobileBackup
Assembly: iMobileDevice-net.dll
Syntax
public static class MobileBackupErrorExtensions
Methods
| Improve this Doc View SourceIsError(MobileBackupError)
Declaration
public static bool IsError(this MobileBackupError value)
Parameters
Type | Name | Description |
---|---|---|
MobileBackupError | value |
Returns
Type | Description |
---|---|
System.Boolean |
ThrowOnError(MobileBackupError)
Declaration
public static void ThrowOnError(this MobileBackupError value)
Parameters
Type | Name | Description |
---|---|---|
MobileBackupError | value |
ThrowOnError(MobileBackupError, String)
Declaration
public static void ThrowOnError(this MobileBackupError value, string message)
Parameters
Type | Name | Description |
---|---|---|
MobileBackupError | value | |
System.String | message |