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