Search Results for

    Show / Hide Table of Contents

    Class AbruptIOTerminationException

    This exception signals that a stream has been completed by an onError signal while there was still IO operations in progress.

    Inheritance
    object
    Exception
    AbruptIOTerminationException
    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.IO
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class AbruptIOTerminationException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    AbruptIOTerminationException(IOResult, Exception)

    Initializes a new instance of the AbruptIOTerminationException class with the result of the IO operation until the error and a reference to the inner exception that is the cause of this exception.

    Declaration
    public AbruptIOTerminationException(IOResult ioResult, Exception cause)
    Parameters
    Type Name Description
    IOResult ioResult

    The result of the IO operation until the error

    Exception cause

    The exception that is the cause of the current exception

    Properties

    | Edit this page View Source

    IoResult

    The number of bytes read/written up until the error

    Declaration
    public IOResult IoResult { get; }
    Property Value
    Type Description
    IOResult

    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