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