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