Class ScheduleFileFault
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
errorMessagestringThe error message.
lineNumberintThe line number in the production schedule file at which the error occurred.
Exceptions
- ArgumentNullException
errorMessageis null.
Properties
ErrorMessage
Gets the error message.
[DataMember]
public string ErrorMessage { get; }
Property Value
LineNumber
Gets the line number in the production schedule file at which the error occurred.
[DataMember]
public int LineNumber { get; }