Class OnErrorBlock
TBD
Inherited Members
Namespace: Akka.Streams.Actors
Assembly: Akka.Streams.dll
Syntax
public sealed class OnErrorBlock
Constructors
| Edit this page View SourceOnErrorBlock(Exception, bool)
TBD
Declaration
public OnErrorBlock(Exception cause, bool stop)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | cause | TBD |
| bool | stop | TBD |
Fields
| Edit this page View SourceCause
TBD
Declaration
public readonly Exception Cause
Field Value
| Type | Description |
|---|---|
| Exception |
Stop
TBD
Declaration
public readonly bool Stop
Field Value
| Type | Description |
|---|---|
| bool |
Edit this page