Click or drag to resize

TransportOrderException Class

Thrown when an error is encountered while executing a transport order.
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 TransportOrderException : xTendExceptionBase

The TransportOrderException type exposes the following members.

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