Akka.Remote.ReliableDeliverySupervisor.PostRestart C# (CSharp) Method

PostRestart() protected method

protected PostRestart ( Exception reason ) : void
reason System.Exception
return void
        protected override void PostRestart(Exception reason)
        {
            throw new IllegalActorStateException("BUG: ReliableDeliverySupervisor has been attempted to be restarted. This must not happen.");
        }