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