Class ActorKilledException
This exception is thrown when a Kill message has been sent to an Actor. DefaultDecider will by default stop the actor.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class ActorKilledException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceActorKilledException()
Declaration
public ActorKilledException()
ActorKilledException(SerializationInfo, StreamingContext)
Initializes a new instance of the ActorKilledException class.
Declaration
protected ActorKilledException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
ActorKilledException(String)
Initializes a new instance of the ActorKilledException class.
Declaration
public ActorKilledException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |