Class StreamDetachedException
This exception signals that materialized value is already detached from stream. This usually happens
when stream is completed and an ActorSystem is shut down while materialized object is still available.
Inheritance
StreamDetachedException
Assembly: Akka.Streams.dll
Syntax
public class StreamDetachedException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
StreamDetachedException()
Declaration
public StreamDetachedException()
|
Improve this Doc
View Source
StreamDetachedException(String)
Declaration
public StreamDetachedException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
StreamDetachedException(String, Exception)
Declaration
public StreamDetachedException(string message, Exception innerException)
Parameters
Fields
|
Improve this Doc
View Source
Instance
Declaration
public static readonly StreamDetachedException Instance
Field Value
Implements
Extension Methods