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
errorReason
JobError.ReasonThe error reason.
job
JobThe job.
jobDomain
JobDomainThe 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 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
errorReason
JobError.ReasonThe error reason.
job
JobThe job.
section
SectionThe section.
fieldDescriptor
FieldDescriptorThe field descriptor.
fieldValue
FieldValueThe 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
errorReason
JobError.ReasonThe error reason.
job
JobThe job.
section
SectionThe job section.
fieldDescriptor
FieldDescriptorThe 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()