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