Click or drag to resize

ApprovingOutofOrderException Class

Thrown when signing off an approval out of order meaning that other user groups must approve first.
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 ApprovingOutofOrderException : xTendExceptionBase
Constructors
  NameDescription
Public methodApprovingOutofOrderException
Initializes a new instance of the ApprovingOutofOrderException class.
Public methodApprovingOutofOrderException(String)
Initializes a new instance of the ApprovingOutofOrderException class with a specified error message.
Public methodApprovingOutofOrderException(SerializationInfo, StreamingContext)
Initializes a new instance of the ApprovingOutofOrderException class with serialized data.
Top
See Also