Click or drag to resize

IPNExceedsLengthLimitException Class

Thrown when property "PartNumber" has exceeded its maximum allowed length, as specified in the GlobalOptions.
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 IPNExceedsLengthLimitException : xTendExceptionBase
Constructors
  NameDescription
Public methodIPNExceedsLengthLimitException
Initializes a new instance of the IPNExceedsLengthLimitException class.
Public methodIPNExceedsLengthLimitException(String)
Initializes a new instance of the IPNExceedsLengthLimitException class with a specified error message.
Public methodIPNExceedsLengthLimitException(SerializationInfo, StreamingContext)
Initializes a new instance of the IPNExceedsLengthLimitException class with serialized data.
Top
See Also