Table of Contents

Constructor MillraceJobFailedException

Namespace
Millrace.Testing
Assembly
Millrace.Testing.dll

MillraceJobFailedException(JobRecord, Exception)

Thrown when a job exhausts its retries inside RunUntilIdleAsync(bool, CancellationToken).

public MillraceJobFailedException(JobRecord job, Exception cause)

Parameters

job JobRecord
cause Exception

Remarks

Carries the job so a failing test names what died and why, rather than leaving an unexplained assertion failure several lines later.