SwitchableLoggedBehavior<(Of <(<'TIn, TOut>)>)>..::..PushError Method

Changes the behavior to return a faulted Task with the given exception

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public void PushError(
	Exception e
)
Public Sub PushError ( _
	e As Exception _
)
public:
void PushError(
	Exception^ e
)

Parameters

e
Type: Exception
The exception responsible for faulting this task