Class WebInspectorException
Inheritance
Implements
Inherited Members
Namespace: iMobileDevice.WebInspector
Assembly: iMobileDevice-net.dll
Syntax
[Serializable]
public class WebInspectorException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceWebInspectorException()
Initializes a new instance of the Web
Declaration
public WebInspectorException()
WebInspectorException(WebInspectorError)
Declaration
public WebInspectorException(WebInspectorError error)
Parameters
Type | Name | Description |
---|---|---|
Web |
error |
WebInspectorException(WebInspectorError, String)
Declaration
public WebInspectorException(WebInspectorError error, string message)
Parameters
Type | Name | Description |
---|---|---|
Web |
error | |
System. |
message |
WebInspectorException(SerializationInfo, StreamingContext)
Initializes a new instance of the Web
Declaration
protected WebInspectorException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The System. |
System. |
context | The System. |
WebInspectorException(String)
Initializes a new instance of the Web
Declaration
public WebInspectorException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
WebInspectorException(String, Exception)
Initializes a new instance of the Web
Declaration
public WebInspectorException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
System. |
inner | The exception that is the cause of the current exception, or null if no inner exception is specified. |
Properties
| Improve this Doc View SourceErrorCode
Gets the error code that represents the error.
Declaration
public virtual WebInspectorError ErrorCode { get; }
Property Value
Type | Description |
---|---|
Web |