Class AbruptStageTerminationException
Signal that the stage was abruptly terminated, usually seen as a call to PostStop() without any of the handler callbacks seeing completion or failure from upstream or cancellation from downstream. This can happen when the actor running the graph is killed, which happens when the materializer or actor system is terminated.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class AbruptStageTerminationException : Exception, ISerializable
Constructors
| Improve this Doc View SourceAbruptStageTerminationException(GraphStageLogic)
Declaration
public AbruptStageTerminationException(GraphStageLogic logic)
Parameters
Type | Name | Description |
---|---|---|
GraphStageLogic | logic |
AbruptStageTerminationException(SerializationInfo, StreamingContext)
Initializes a new instance of the AbruptStageTerminationException class.
Declaration
public AbruptStageTerminationException(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. |