Click or drag to resize

WorkOrderException Class

Thrown when an invalid operation is attempted involving a Batch object.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class WorkOrderException : xTendExceptionBase
Constructors
  NameDescription
Public methodWorkOrderException
Initializes a new instance of the WorkOrderException class.
Public methodWorkOrderException(String)
Initializes a new instance of the WorkOrderException class with a specified error message.
Public methodWorkOrderException(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkOrderException class with serialized data.
Top
See Also