Class InstallationProxyException
Inheritance
Implements
Inherited Members
Namespace: iMobileDevice.InstallationProxy
Assembly: iMobileDevice-net.dll
Syntax
[Serializable]
public class InstallationProxyException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceInstallationProxyException()
Initializes a new instance of the Installation
Declaration
public InstallationProxyException()
InstallationProxyException(InstallationProxyError)
Declaration
public InstallationProxyException(InstallationProxyError error)
Parameters
Type | Name | Description |
---|---|---|
Installation |
error |
InstallationProxyException(InstallationProxyError, String)
Declaration
public InstallationProxyException(InstallationProxyError error, string message)
Parameters
Type | Name | Description |
---|---|---|
Installation |
error | |
System. |
message |
InstallationProxyException(SerializationInfo, StreamingContext)
Initializes a new instance of the Installation
Declaration
protected InstallationProxyException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The System. |
System. |
context | The System. |
InstallationProxyException(String)
Initializes a new instance of the Installation
Declaration
public InstallationProxyException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The message that describes the error. |
InstallationProxyException(String, Exception)
Initializes a new instance of the Installation
Declaration
public InstallationProxyException(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 InstallationProxyError ErrorCode { get; }
Property Value
Type | Description |
---|---|
Installation |