Class ActiveSyncException
ActiveSyncException class
Represents errors that occur during ActiveSync protocol execution.
public class ActiveSyncException : AsposeException
Constructors
| Name | Description |
|---|
| ActiveSyncException() | Initializes a new instance of the ActiveSyncException class. |
| ActiveSyncException(Exception) | Initializes a new instance of the ActiveSyncException class with a reference to the inner exception that is the cause of this exception. |
| ActiveSyncException(string) | Initializes a new instance of the ActiveSyncException class with a specified error message. |
| ActiveSyncException(string, Exception) | Initializes a new instance of the ActiveSyncException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
| Name | Description |
|---|
| ErrorCode { get; } | Returns a code of error. |
| ErrorDetails { get; } | Gets extra information aboout error |
| override Message { get; } | Gets a message that describes the current exception. |
Methods
| Name | Description |
|---|
| override ToString() | Returns a string that represents the current object. |
See Also