Click or drag to resize

ChangeBatchException Class

Thrown when a ChangeBatch fails.
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 ChangeBatchException : xTendExceptionBase
Constructors
  NameDescription
Public methodChangeBatchException
Initializes a new instance of the ChangeBatchException class.
Public methodChangeBatchException(String)
Initializes a new instance of the ChangeBatchException class with a specified error message.
Public methodChangeBatchException(SerializationInfo, StreamingContext)
Initializes a new instance of the ChangeBatchException class with serialized data.
Top
See Also