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