Constructor JobError
JobError(Reason, Job, JobDomain, List<SectionDefinitionID>, List<SectionDefinitionID>)
Initializes a new instance of the JobError class using the specified error reason, job, job domain, missing sections and invalid sections.
public JobError(JobError.Reason errorReason, Job job, JobDomain jobDomain, List<SectionDefinitionID> missingSections, List<SectionDefinitionID> invalidSections)
Parameters
errorReasonJobError.ReasonThe error reason.
jobJobThe job.
jobDomainJobDomainThe job domain.
missingSectionsList<SectionDefinitionID>The missing sections.
invalidSectionsList<SectionDefinitionID>The invalid sections.
JobError(Reason, Job, Section, FieldDescriptor, FieldValue)
Initializes a new instance of the JobError class using the specified error reason, Job section, field descriptor and field value.
public JobError(JobError.Reason errorReason, Job job, Section section, FieldDescriptor fieldDescriptor, FieldValue fieldValue)
Parameters
errorReasonJobError.ReasonThe error reason.
jobJobThe job.
sectionSectionThe section.
fieldDescriptorFieldDescriptorThe field descriptor.
fieldValueFieldValueThe field value.
JobError(Reason, Job, Section, FieldDescriptor)
Initializes a new instance of the JobError class using the specified error reason and Job, Job section and field descriptor.
public JobError(JobError.Reason errorReason, Job job, Section section, FieldDescriptor fieldDescriptor)
Parameters
errorReasonJobError.ReasonThe error reason.
jobJobThe job.
sectionSectionThe job section.
fieldDescriptorFieldDescriptorThe field descriptor.
JobError(Reason, Job)
Initializes a new instance of the JobError class using the specified error reason and Job.
public JobError(JobError.Reason errorReason, Job job)
Parameters
JobError(Reason)
Initializes a new instance of the JobError class using the specified error reason.
public JobError(JobError.Reason errorReason)
Parameters
JobError()
Initializes a new instance of the JobError class.
public JobError()