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