Click or drag to resize

ProcessFlowNotFoundException Class

Thrown when a ProcessFlow is not found in the system.
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 ProcessFlowNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodProcessFlowNotFoundException
Initializes a new instance of the ProcessFlowNotFoundException class.
Public methodProcessFlowNotFoundException(String)
Initializes a new instance of the ProcessFlowNotFoundException class with a specified error message.
Public methodProcessFlowNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ProcessFlowNotFoundException class with serialized data.
Top
See Also