Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Exception
    AbruptStageTerminationException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class AbruptStageTerminationException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    AbruptStageTerminationException(GraphStageLogic)

    Declaration
    public AbruptStageTerminationException(GraphStageLogic logic)
    Parameters
    Type Name Description
    GraphStageLogic logic
    | Edit this page View Source

    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.

    Implements

    ISerializable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET