Class FlowMonitor.Failed
Stream failed
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class Failed : FlowMonitor.IStreamState
Constructors
| Improve this Doc View SourceFailed(Exception)
Initializes a new instance of the FlowMonitor.Failed class.
Declaration
public Failed(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 |