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