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