Class WatchedActorTerminatedException
Used as failure exception by an ask
operator if the target actor terminates.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public class WatchedActorTerminatedException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceWatchedActorTerminatedException(SerializationInfo, StreamingContext)
Initializes a new instance of the AkkaException class.
Declaration
protected WatchedActorTerminatedException(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. |
WatchedActorTerminatedException(String, IActorRef)
Declaration
public WatchedActorTerminatedException(string stageName, IActorRef actorRef)
Parameters
Type | Name | Description |
---|---|---|
String | stageName | |
IActorRef | actorRef |