Class GraphStageMessages.Failure
Implements
Inherited Members
Namespace: Akka.Streams.TestKit
Assembly: Akka.Streams.TestKit.dll
Syntax
public class GraphStageMessages.Failure : INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceFailure(Exception)
Declaration
public Failure(Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | ex |
Properties
| Edit this page View SourceEx
Declaration
public Exception Ex { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
Edit this page