コード例 #1
0
ファイル: TaskException.cs プロジェクト: nbucket/bounce
 public TaskException(TaskMethod task, Exception innerException) :
     base(string.Format("task {0} threw an exception", task.FullName), innerException) {
 }
コード例 #2
0
ファイル: TaskException.cs プロジェクト: t3hc13h/bounce
 public TaskException(TaskMethod task, Exception innerException) :
     base(string.Format("task {0} threw an exception", task.FullName), innerException)
 {
 }