Click or drag to resize
Akka.NETStreamLimitReachedException Constructor (Int64)
Initializes a new instance of the StreamLimitReachedException class.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public StreamLimitReachedException(
	long max
)

Parameters

max
Type: SystemInt64
The maximum number of streams
See Also