TimeoutException Constructor (String)

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 message
)

Parameters

message
Type: SystemString
Message of an exception
See Also