Class ExchangeException
ExchangeException class
Thrown if there is a MS Exchange communication failure.
public class ExchangeException : AsposeException
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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