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