FSMBase..::..Failure Class

Signifies that the [FSM{T,S}] is shutting itself down because of an error, e.g. if the state to transition into does not exist. You can use this to communicate a more precise cause to the [FSM{T,S}.OnTermination] block.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public class Failure : FSMBase..::..Reason
Public Class Failure _
	Inherits FSMBase..::..Reason
public ref class Failure : public FSMBase..::..Reason

Inheritance Hierarchy


Object
  Akka.Actor..::..FSMBase..::..Reason
    Akka.Actor..::..FSMBase..::..Failure