Esempio n. 1
0
 public ActorResult(ActorProcessingResult result, Exception e) : this(result)
 {
     Exception = e;
 }
Esempio n. 2
0
 public ActorResult(ActorProcessingResult result)
 {
     ProcessingResult = result;
 }