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

This exception is thrown when the Actor constructor or ActorBase.PostRestart method fails during a restart attempt.
Наследование: ActorInitializationException
Показать файл Открыть проект

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

Метод Описание
PostRestartException ( IActorRef actor, Exception cause, Exception originalCause ) : System

Initializes a new instance of the PostRestartException class.

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

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

Initializes a new instance of the PostRestartException class.

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

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

Initializes a new instance of the PostRestartException class.
public PostRestartException ( IActorRef actor, Exception cause, Exception originalCause ) : System
actor IActorRef The actor whose constructor or hook failed.
cause System.Exception The exception thrown by the within .
originalCause System.Exception The original cause is the exception which caused the restart in the first place.
Результат System

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

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