TimeoutException Constructor (String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public TimeoutException(
string message
)
Public Sub New (
message As String
)
public:
TimeoutException(
String^ message
)
new :
message : string -> TimeoutException
Parameters
- message
- Type: SystemString
Message of an exception
See Also