Click or drag to resize
Akka.NETActorNotFoundException Constructor (String, Exception)
ActorNotFoundException that takes a descriptive message and optional innerException.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorNotFoundException(
	string message,
	Exception innerException = null
)

Parameters

message
Type: SystemString
A user-defined error message.
innerException (Optional)
Type: SystemException
An inner Exception.
See Also