Click or drag to resize
Akka.NETTestSubscriberManualProbeTOnError Method

[Missing <summary> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.OnError(System.Exception)"]

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void OnError(
	Exception cause
)

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.OnError(System.Exception)"]

Implements

ISubscriber.OnError(Exception)
See Also