Class ActiveSyncNotSupportedException
ActiveSyncNotSupportedException class
Represents errors that occur during ActiveSync protocol execution.
public class ActiveSyncNotSupportedException : AsposeException
Constructors
| Name | Description |
|---|
| ActiveSyncNotSupportedException() | Initializes a new instance of the ActiveSyncNotSupportedException class. |
| ActiveSyncNotSupportedException(Exception) | Initializes a new instance of the ActiveSyncNotSupportedException class with a reference to the inner exception that is the cause of this exception. |
| ActiveSyncNotSupportedException(string) | Initializes a new instance of the ActiveSyncNotSupportedException class with a specified error message. |
| ActiveSyncNotSupportedException(string, Exception) | Initializes a new instance of the ActiveSyncNotSupportedException 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