Click or drag to resize

LabelPrintingException Class

Thrown while printing labels and something is not configured properly such as missing the software required for printing.
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 LabelPrintingException : xTendExceptionBase
Constructors
  NameDescription
Public methodLabelPrintingException
Initializes a new instance of the LabelPrintingException class.
Public methodLabelPrintingException(String)
Initializes a new instance of the LabelPrintingException class with a specified error message.
Public methodLabelPrintingException(SerializationInfo, StreamingContext)
Initializes a new instance of the LabelPrintingException class with serialized data.
Top
See Also