RootGuardianSupervisor..::..CauseOfTermination Property

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

Syntax


public Exception CauseOfTermination { get; set; }
Public Property CauseOfTermination As Exception
	Get
	Set
public:
property Exception^ CauseOfTermination {
	Exception^ get ();
	void set (Exception^ value);
}