Click or drag to resize
Akka.NETSwitchableLoggedBehaviorTIn, TOutPushError Method
Changes the behavior to return a faulted Task with the given exception

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void PushError(
	Exception e
)

Parameters

e
Type: SystemException
The exception responsible for faulting this task
See Also