TimeoutException Constructor (String, String, Int32)

Initializes a new instance of the TimeoutException class

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public TimeoutException(
	string format,
	string command,
	int timeout
)

Parameters

format
Type: SystemString
command
Type: SystemString
timeout
Type: SystemInt32
See Also