C# Класс Akka.Actor.DeathPactException

This exception 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.
Наследование: AkkaException
Показать файл Открыть проект

Открытые методы

Метод Описание
DeathPactException ( IActorRef deadActor ) : System

Initializes a new instance of the DeathPactException class.

Защищенные методы

Метод Описание
DeathPactException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the DeathPactException class.

Описание методов

DeathPactException() публичный Метод

Initializes a new instance of the DeathPactException class.
public DeathPactException ( IActorRef deadActor ) : System
deadActor IActorRef The actor that has been terminated.
Результат System

DeathPactException() защищенный Метод

Initializes a new instance of the DeathPactException class.
protected DeathPactException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System