Click or drag to resize
Akka.NETReactiveStreamsComplianceRequireNonNullException Method
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static void RequireNonNullException(
	Exception exception
)

Parameters

exception
Type: SystemException
TBD
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified exception is undefined.
See Also