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