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

This exception is thrown when a core invariant in the Actor implementation has been violated. For instance, if you try to create an Actor that doesn't inherit from ActorBase.
Наследование: AkkaException
Показать файл Открыть проект

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

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

Initializes a new instance of the IllegalActorStateException class.

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

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

Initializes a new instance of the IllegalActorStateException class.

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

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

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

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

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