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