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