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