ExchangeException.ExchangeException
Contents
[
Hide
]ExchangeException()
Initializes a new instance of the ExchangeException
class.
public ExchangeException()
See Also
- class ExchangeException
- namespace Aspose.Email
- assembly Aspose.Email
ExchangeException(string)
Initializes a new instance of the ExchangeException
class.
public ExchangeException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
See Also
- class ExchangeException
- namespace Aspose.Email
- assembly Aspose.Email
ExchangeException(string, params object[])
Initializes a new instance of the ExchangeException
class with a specified error message.
public ExchangeException(string format, params object[] parameters)
Parameter | Type | Description |
---|---|---|
format | String | Message format |
parameters | Object[] | Format parameters |
See Also
- class ExchangeException
- namespace Aspose.Email
- assembly Aspose.Email
ExchangeException(string, Exception)
Initializes a new instance of the ExchangeException
class.
public ExchangeException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The error message. |
innerException | Exception | The inner exception. |
See Also
- class ExchangeException
- namespace Aspose.Email
- assembly Aspose.Email