Click or drag to resize
Akka.NETTestPublisherErrorT Method
Publisher that signals error to subscribers immediately after handing out subscription.

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPublisher<T> Error<T>(
	Exception exception
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.Error``1(System.Exception)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Streams.TestKit.TestPublisher.Error``1(System.Exception)"]

Return Value

Type: IPublisherT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestPublisher.Error``1(System.Exception)"]

See Also