Click or drag to resize

CarrierLoadedException Class

Thrown when a carrier is being loaded beyond it's capacity.
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 CarrierLoadedException : xTendExceptionBase
Constructors
  NameDescription
Public methodCarrierLoadedException
Initializes a new instance of the CarrierLoadedException class.
Public methodCarrierLoadedException(String)
Initializes a new instance of the CarrierLoadedException class with a specified error message.
Public methodCarrierLoadedException(SerializationInfo, StreamingContext)
Initializes a new instance of the CarrierLoadedException class with serialized data.
Top
See Also