Constructor JobError
JobError(Reason, Job, JobDomain, List<SectionDefinitionID>, List<SectionDefinitionID>)
Initializes a new instance of the Job
public JobError(JobError.Reason errorReason, Job job, JobDomain jobDomain, List<SectionDefinitionID> missingSections, List<SectionDefinitionID> invalidSections)
Parameters
errorReason
JobError .ReasonThe error reason.
job
JobThe job.
jobDomain
JobDomain The job domain.
missingSections
List<SectionDefinitionID >The missing sections.
invalidSections
List<SectionDefinitionID >The invalid sections.
JobError(Reason, Job, Section, FieldDescriptor, FieldValue)
Initializes a new instance of the Job
public JobError(JobError.Reason errorReason, Job job, Section section, FieldDescriptor fieldDescriptor, FieldValue fieldValue)
Parameters
errorReason
JobError .ReasonThe error reason.
job
JobThe job.
section
SectionThe section.
fieldDescriptor
FieldDescriptor The field descriptor.
fieldValue
FieldValue The field value.
JobError(Reason, Job, Section, FieldDescriptor)
Initializes a new instance of the Job
public JobError(JobError.Reason errorReason, Job job, Section section, FieldDescriptor fieldDescriptor)
Parameters
errorReason
JobError .ReasonThe error reason.
job
JobThe job.
section
SectionThe job section.
fieldDescriptor
FieldDescriptor The field descriptor.
JobError(Reason, Job)
Initializes a new instance of the Job
Parameters
JobError(Reason)
Initializes a new instance of the Job
Parameters
JobError()
Initializes a new instance of the Job