Click or drag to resize

MaterialSetupRequiredException Class

Thrown when material setup is required to continue processing.
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 MaterialSetupRequiredException : xTendExceptionBase
Constructors
  NameDescription
Public methodMaterialSetupRequiredException
Initializes a new instance of the MaterialSetupRequiredException class.
Public methodMaterialSetupRequiredException(String)
Initializes a new instance of the MaterialSetupRequiredException class with a specified error message.
Public methodMaterialSetupRequiredException(SerializationInfo, StreamingContext)
Initializes a new instance of the MaterialSetupRequiredException class with serialized data.
Top
See Also