Click or drag to resize
Akka.NETPartitionOutOfBoundsException Constructor
Initializes a new instance of the PartitionOutOfBoundsException class.

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
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also