Table of Contents

Class ScheduleFileFault

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A production schedule file fault.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Services")]
public class ScheduleFileFault
Inheritance
ScheduleFileFault
Inherited Members

Constructors

ScheduleFileFault(string, int)

Initializes a new instance of the ScheduleFileFault class.

public ScheduleFileFault(string errorMessage, int lineNumber)

Parameters

errorMessage string

The error message.

lineNumber int

The line number in the production schedule file at which the error occurred.

Exceptions

ArgumentNullException

errorMessage is null.

Properties

ErrorMessage

Gets the error message.

[DataMember]
public string ErrorMessage { get; }

Property Value

string

LineNumber

Gets the line number in the production schedule file at which the error occurred.

[DataMember]
public int LineNumber { get; }

Property Value

int