TimeoutException.TimeoutException
Contents
[
Hide
]TimeoutException(string)
Initializes a new instance of the TimeoutException
class.
public TimeoutException(string message)
Parameter | Type | Description |
---|---|---|
message | String | Message of an exception |
See Also
- class TimeoutException
- namespace Aspose.Email
- assembly Aspose.Email
TimeoutException(string, params object[])
Initializes a new instance of the TimeoutException
class.
public TimeoutException(string format, params object[] parameters)
Parameter | Type | Description |
---|---|---|
format | String | Message format |
parameters | Object[] | Format parameters |
See Also
- class TimeoutException
- namespace Aspose.Email
- assembly Aspose.Email
TimeoutException(string, int)
public TimeoutException(string format, int timeout)
See Also
- class TimeoutException
- namespace Aspose.Email
- assembly Aspose.Email
TimeoutException(string, string, int)
public TimeoutException(string format, string command, int timeout)
See Also
- class TimeoutException
- namespace Aspose.Email
- assembly Aspose.Email
TimeoutException()
Initializes a new instance of the TimeoutException
class.
public TimeoutException()
See Also
- class TimeoutException
- namespace Aspose.Email
- assembly Aspose.Email