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