| TestSubscriberOnError 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 OnError(
Exception cause
)
new :
cause : Exception -> OnError
Parameters
- cause
- Type: SystemException
[Missing <param name="cause"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.OnError.#ctor(System.Exception)"]
See Also