This exception is thrown when the initialization logic for an Actor fails.
Inheritance: AkkaException
Exemplo n.º 1
0
 public Create(ActorInitializationException failure = null)
 {
     _failure = failure;
 }