Class StreamLimitReachedException
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class StreamLimitReachedException : Exception, ISerializable
Constructors
| Improve this Doc View SourceStreamLimitReachedException(Int64)
Initializes a new instance of the StreamLimitReachedException class.
Declaration
public StreamLimitReachedException(long max)
Parameters
Type | Name | Description |
---|---|---|
Int64 | max | The maximum number of streams |
StreamLimitReachedException(SerializationInfo, StreamingContext)
Initializes a new instance of the StreamLimitReachedException class.
Declaration
protected StreamLimitReachedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |