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