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
|
Edit this page
View Source
StreamDetachedException()
Declaration
public StreamDetachedException()
|
Edit this page
View Source
StreamDetachedException(string)
Declaration
public StreamDetachedException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
StreamDetachedException(string, Exception)
Declaration
public StreamDetachedException(string message, Exception innerException)
Parameters
Fields
|
Edit this page
View Source
Instance
Declaration
public static readonly StreamDetachedException Instance
Field Value
Implements
Extension Methods