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