PreRestartException Constructor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public PreRestartException(
	ActorRef actor,
	Exception restartException,
	Exception cause,
	Object optionalMessage
)
Public Sub New ( _
	actor As ActorRef, _
	restartException As Exception, _
	cause As Exception, _
	optionalMessage As Object _
)
public:
PreRestartException(
	ActorRef^ actor, 
	Exception^ restartException, 
	Exception^ cause, 
	Object^ optionalMessage
)

Parameters

actor
Type: Akka.Actor..::..ActorRef
restartException
Type: Exception
cause
Type: Exception
optionalMessage
Type: Object