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