Click or drag to resize

PackingException Class

Thrown when an error is encountered while executing a packing transaction.
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 PackingException : xTendExceptionBase

The PackingException type exposes the following members.

Constructors
  NameDescription
Public methodPackingException
Initializes a new instance of the PackingException class.
Public methodPackingException(String)
Initializes a new instance of the PackingException class with a specified error message.
Public methodPackingException(PackingExceptionPackingErrorType)
Initialize a new instance of the PackingException class with a specified error type.
Public methodPackingException(SerializationInfo, StreamingContext)
Initializes a new instance of the PackingException class with serialized data.
Public methodPackingException(PackingExceptionPackingErrorType, String)
Initialize a new instance of the PackingException class with a specified error type.
Top
Properties
  NameDescription
Public propertyErrorType
Defines the type of error that occurred while executing a packing transaction.
Top
Methods
  NameDescription
Public methodGetObjectData
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also