DeathPactException Class

A DeathPactException is thrown by an Actor that receives a Terminated(someActor) message that it doesn't handle itself, effectively crashing the Actor and escalating to the supervisor.

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

Syntax


public class DeathPactException : AkkaException
Public Class DeathPactException _
	Inherits AkkaException
public ref class DeathPactException : public AkkaException

Inheritance Hierarchy


Object
  Exception
    Akka.Actor..::..AkkaException
      Akka.Actor..::..DeathPactException