Constructor MillraceJobFailedException
MillraceJobFailedException(JobRecord, Exception)
Thrown when a job exhausts its retries inside RunUntilIdleAsync(bool, CancellationToken).
public MillraceJobFailedException(JobRecord job, Exception cause)
Parameters
Remarks
Carries the job so a failing test names what died and why, rather than leaving an unexplained assertion failure several lines later.