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

This exception is thrown when a Kill message has been sent to an Actor. SupervisorStrategy.DefaultDecider will by default stop the actor.
Наследование: AkkaException
Показать файл Открыть проект

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

Метод Описание
ActorKilledException ( string message ) : System

Initializes a new instance of the ActorKilledException class.

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

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

Initializes a new instance of the ActorKilledException class.

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

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

Initializes a new instance of the ActorKilledException class.
protected ActorKilledException ( 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

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

Initializes a new instance of the ActorKilledException class.
public ActorKilledException ( string message ) : System
message string The message that describes the error.
Результат System