TimeoutException Constructor (String, Int32) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic TimeoutException(
string format,
int timeout
)
Public Sub New (
format As String,
timeout As Integer
)
public:
TimeoutException(
String^ format,
int timeout
)
new :
format : string *
timeout : int -> TimeoutException
Parameters
- format
- Type: SystemString
- timeout
- Type: SystemInt32
See Also