C# 클래스 Akka.Actor.PreRestartException

Class PreRestartException.
상속: AkkaException
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
PreRestartException ( IActorRef actor, Exception restartException, Exception cause, object optionalMessage ) : System

Initializes a new instance of the PreRestartException class.

보호된 메소드들

메소드 설명
PreRestartException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the PreRestartException class.

메소드 상세

PreRestartException() 공개 메소드

Initializes a new instance of the PreRestartException class.
public PreRestartException ( IActorRef actor, Exception restartException, Exception cause, object optionalMessage ) : System
actor IActorRef The actor whose hook failed.
restartException System.Exception The exception thrown by the within .
cause System.Exception The exception which caused the restart in the first place.
optionalMessage object The message which was optionally passed into .
리턴 System

PreRestartException() 보호된 메소드

Initializes a new instance of the PreRestartException class.
protected PreRestartException ( SerializationInfo info, StreamingContext context ) : System
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