Click or drag to resize

BatchNotPanelizedException Class

Thrown when initializing a panel and the Batch is not related to a panelized assembly.
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 BatchNotPanelizedException : xTendExceptionBase
Constructors
  NameDescription
Public methodBatchNotPanelizedException
Initializes a new instance of the BatchNotPanelizedException class.
Public methodBatchNotPanelizedException(String)
Initializes a new instance of the BatchNotPanelizedException class with a specified error message.
Public methodBatchNotPanelizedException(SerializationInfo, StreamingContext)
Initializes a new instance of the BatchNotPanelizedException class with serialized data.
Top
See Also