Class MillraceJobFailedException
Thrown when a job exhausts its retries inside RunUntilIdleAsync(bool, CancellationToken).
public sealed class MillraceJobFailedException : Exception, ISerializable
- Inheritance
-
MillraceJobFailedException
- Implements
- Inherited Members
Remarks
Carries the job so a failing test names what died and why, rather than leaving an unexplained assertion failure several lines later.
Constructors
- MillraceJobFailedException(JobRecord, Exception)
Thrown when a job exhausts its retries inside RunUntilIdleAsync(bool, CancellationToken).
Properties
- Job
The job that exhausted its retries.