Class ExchangeException

ExchangeException class

Thrown if there is a MS Exchange communication failure.

public class ExchangeException : AsposeException

Constructors

NameDescription
ExchangeException()Initializes a new instance of the ExchangeException class.
ExchangeException(string)Initializes a new instance of the ExchangeException class.
ExchangeException(string, Exception)Initializes a new instance of the ExchangeException class.
ExchangeException(string, params object[])Initializes a new instance of the ExchangeException class with a specified error message.

Properties

NameDescription
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