Click or drag to resize

ApprovalNotPendingException Class

Thrown when signing off an approval that is not pending approval. This could signify that the approval is under construction or already approved or rejected.
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 ApprovalNotPendingException : xTendExceptionBase
Constructors
  NameDescription
Public methodApprovalNotPendingException
Initializes a new instance of the ApprovalNotPendingException class.
Public methodApprovalNotPendingException(String)
Initializes a new instance of the ApprovalNotPendingException class with a specified error message.
Public methodApprovalNotPendingException(SerializationInfo, StreamingContext)
Initializes a new instance of the ApprovalNotPendingException class with serialized data.
Top
See Also