Table of Contents

Class MillraceParentJobNotFoundException

Namespace
Millrace.Storage
Assembly
Millrace.dll

An Awaiting insert referenced a ParentId that does not exist (thrown by EnqueueAsync and the JobTransition.Enqueue insert path during the continuation fixup).

public sealed class MillraceParentJobNotFoundException : MillraceStorageException, ISerializable
Inheritance
MillraceParentJobNotFoundException
Implements
Inherited Members

Constructors

MillraceParentJobNotFoundException(JobId)

An Awaiting insert referenced a ParentId that does not exist (thrown by EnqueueAsync and the JobTransition.Enqueue insert path during the continuation fixup).

Properties

ParentId

The continuation parent that did not resolve.