C# Класс Akka.Pattern.IllegalStateException

Наследование: AkkaException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IllegalStateException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

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

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

Initializes a new instance of the IllegalStateException class.

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

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

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

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

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