ExchangeException
Contents
[
Hide
]
ExchangeException constructor (1 of 4)
Initializes a new instance of the ExchangeException
class.
public ExchangeException()
See Also
- class ExchangeException
- namespace Aspose.Email
- assembly Aspose.Email
ExchangeException constructor (2 of 4)
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 constructor (3 of 4)
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 constructor (4 of 4)
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