C# Class Akka.Actor.PreRestartException

Class PreRestartException.
Inheritance: AkkaException
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
PreRestartException ( IActorRef actor, Exception restartException, Exception cause, object optionalMessage ) : System

Initializes a new instance of the PreRestartException class.

Protected Methods

Method Description
PreRestartException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the PreRestartException class.

Method Details

PreRestartException() public method

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 .
return System

PreRestartException() protected method

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.
return System