Class LineSwitchFault
A fault indicating that a line switch must occur to scan a unit.
[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Services")]
public class LineSwitchFault
- Inheritance
-
LineSwitchFault
- Inherited Members
Constructors
LineSwitchFault(string)
Initializes a new instance of the LineSwitchFault class.
public LineSwitchFault(string lineName)
Parameters
lineNamestringThe name of the line that contains the unit.
Exceptions
- ArgumentNullException
lineNameis null.
Properties
LineName
Gets the name of the line that contains the unit.
[DataMember]
public string LineName { get; }