Class QueueOfferResult.Failure
TBD
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class Failure : IQueueOfferResult
Constructors
| Improve this Doc View SourceFailure(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 SourceCause
The cause of the failure
Declaration
public Exception Cause { get; }
Property Value
Type | Description |
---|---|
Exception |