| SwitchableLoggedBehaviorTIn, 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.129 (1.2.3.129)
Syntax public void PushError(
Exception e
)
member PushError :
e : Exception -> unit
Parameters
- e
- Type: SystemException
The exception responsible for faulting this task
See Also