Ejemplo n.º 1
0
 public ProblemReport(string workerId, WorkerStage workerStage, Exception ex)
 {
     WorkerId    = workerId;
     WorkerStage = workerStage;
     if (ex != null)
     {
         ExceptionString = ex.ToDebugString();
     }
 }
Ejemplo n.º 2
0
 public ProblemReport(string workerId, WorkerStage workerStage, Exception ex)
 {
     WorkerId = workerId;
     WorkerStage = workerStage;
     if (ex != null)
     {
         ExceptionString = ex.ToDebugString();
     }
 }