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