Search Results for

    Show / Hide Table of Contents

    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
    object
    Exception
    StreamDetachedException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    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
    Type Name Description
    string message
    Exception innerException

    Fields

    | Edit this page View Source

    Instance

    Initializes a single instance of the StreamDetachedException class.

    Declaration
    public static readonly StreamDetachedException Instance
    Field Value
    Type Description
    StreamDetachedException

    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