Exemple #1
0
 public TaskException(TaskMethod task, Exception innerException) :
     base(string.Format("task {0} threw an exception", task.FullName), innerException) {
 }
Exemple #2
0
 public TaskException(TaskMethod task, Exception innerException) :
     base(string.Format("task {0} threw an exception", task.FullName), innerException)
 {
 }