Click or drag to resize

BatchIsPanelizedException Class

Thrown when initializing a single barcode in a Batch that is panelized.
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 BatchIsPanelizedException : xTendExceptionBase
Constructors
  NameDescription
Public methodBatchIsPanelizedException
Initializes a new instance of the BatchIsPanelizedException class.
Public methodBatchIsPanelizedException(String)
Initializes a new instance of the BatchIsPanelizedException class with a specified error message.
Public methodBatchIsPanelizedException(SerializationInfo, StreamingContext)
Initializes a new instance of the BatchIsPanelizedException class with serialized data.
Top
See Also