Table of Contents

Constructor JobError

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

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.Reason

The error reason.

job Job

The 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 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.Reason

The error reason.

job Job

The job.

section Section

The section.

fieldDescriptor FieldDescriptor

The field descriptor.

fieldValue FieldValue

The 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.Reason

The error reason.

job Job

The job.

section Section

The job section.

fieldDescriptor FieldDescriptor

The 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

errorReason JobError.Reason

The error reason.

job Job

The job.

JobError(Reason)

Initializes a new instance of the JobError class using the specified error reason.

public JobError(JobError.Reason errorReason)

Parameters

errorReason JobError.Reason

The error reason.

JobError()

Initializes a new instance of the JobError class.

public JobError()