Search Results for

    Show / Hide Table of Contents

    Class QueueOfferResult.Failure

    TBD

    Inheritance
    Object
    QueueOfferResult.Failure
    Implements
    IQueueOfferResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class Failure : IQueueOfferResult

    Constructors

    | Improve this Doc View Source

    Failure(Exception)

    Initializes a new instance of the QueueOfferResult.Failure class.

    Declaration
    public Failure(Exception cause)
    Parameters
    Type Name Description
    Exception cause

    The cause of the failure

    Properties

    | Improve this Doc View Source

    Cause

    The cause of the failure

    Declaration
    public Exception Cause { get; }
    Property Value
    Type Description
    Exception

    Implements

    IQueueOfferResult

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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