FetchTimeoutException.FetchTimeoutException
Contents
[
Hide
]FetchTimeoutException()
Initializes a new instance of the FetchTimeoutException
class.
public FetchTimeoutException()
See Also
- class FetchTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
FetchTimeoutException(string)
Initializes a new instance of the FetchTimeoutException
class with a specified error message.
public FetchTimeoutException(string message)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
See Also
- class FetchTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
FetchTimeoutException(string, Exception)
Initializes a new instance of the FetchTimeoutException
class with a specified error message.
public FetchTimeoutException(string message, Exception inner)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
inner | Exception | The exception causing the current exception. |
See Also
- class FetchTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email