Click or drag to resize

WorkOrderNotFoundException Class

Thrown when and invalid production work order or purchase order name is passed to a method.
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 WorkOrderNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodWorkOrderNotFoundException
Initializes a new instance of the WorkOrderNotFoundException class.
Public methodWorkOrderNotFoundException(String)
Initializes a new instance of the WorkOrderNotFoundException class with a specified error message.
Public methodWorkOrderNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkOrderNotFoundException class with serialized data.
Top
See Also