Click or drag to resize

BatchException Class

Thrown when an invalid operation is attempted involving a Batch object.
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 BatchException : xTendExceptionBase
Constructors
  NameDescription
Public methodBatchException
Initializes a new instance of the BatchException class.
Public methodBatchException(String)
Initializes a new instance of the BatchException class with a specified error message.
Public methodBatchException(SerializationInfo, StreamingContext)
Initializes a new instance of the BatchException class with serialized data.
Top
See Also