Class ActiveSyncNotSupportedException

ActiveSyncNotSupportedException class

Represents errors that occur during ActiveSync protocol execution.

public class ActiveSyncNotSupportedException : AsposeException

Constructors

NameDescription
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

NameDescription
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

NameDescription
override ToString()Returns a string that represents the current object.

See Also