Click or drag to resize
PreRestartException Constructor
Initializes a new instance of the PreRestartException class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public PreRestartException(
	ActorRef actor,
	Exception restartException,
	Exception cause,
	Object optionalMessage
)

Parameters

actor
Type: Akka.ActorActorRef

[Missing <param name="actor"/> documentation for "M:Akka.Actor.PreRestartException.#ctor(Akka.Actor.ActorRef,System.Exception,System.Exception,System.Object)"]

restartException
Type: SystemException

[Missing <param name="restartException"/> documentation for "M:Akka.Actor.PreRestartException.#ctor(Akka.Actor.ActorRef,System.Exception,System.Exception,System.Object)"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Actor.PreRestartException.#ctor(Akka.Actor.ActorRef,System.Exception,System.Exception,System.Object)"]

optionalMessage
Type: SystemObject

[Missing <param name="optionalMessage"/> documentation for "M:Akka.Actor.PreRestartException.#ctor(Akka.Actor.ActorRef,System.Exception,System.Exception,System.Object)"]

See Also