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
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
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