Click or drag to resize

PositionException Class

Thrown when a position identifier is not specified or is otherwise invalid.
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 PositionException : xTendExceptionBase
Constructors
  NameDescription
Public methodPositionException
Initializes a new instance of the PositionException class.
Public methodPositionException(String)
Initializes a new instance of the PositionException class with a specified error message.
Public methodPositionException(SerializationInfo, StreamingContext)
Initializes a new instance of the PositionException class with serialized data.
Top
See Also