| GraphStageMessagesFailure Constructor |
Namespace:
Akka.Streams.TestKit
Assembly:
Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Failure(
Exception ex
)
new :
ex : Exception -> Failure
Parameters
- ex
- Type: SystemException
[Missing <param name="ex"/> documentation for "M:Akka.Streams.TestKit.GraphStageMessages.Failure.#ctor(System.Exception)"]
See Also