| SubscriptionTimeoutException Constructor (String) |
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public SubscriptionTimeoutException(
string message
)
new :
message : string -> SubscriptionTimeoutException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also