ReadLinesTimeoutException.ReadLinesTimeoutException
Contents
[
Hide
]ReadLinesTimeoutException()
Initializes a new instance of the ReadLinesTimeoutException
class.
public ReadLinesTimeoutException()
See Also
- class ReadLinesTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ReadLinesTimeoutException(string)
Initializes a new instance of the ReadLinesTimeoutException
class with a specified error message.
public ReadLinesTimeoutException(string message)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
See Also
- class ReadLinesTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
ReadLinesTimeoutException(string, Exception)
Initializes a new instance of the ReadLinesTimeoutException
class with a specified error message.
public ReadLinesTimeoutException(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 ReadLinesTimeoutException
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email