Click or drag to resize

ApprovalNotUnderConstructionException Class

Thrown when updating an approval to pending and it is not currently under construction.
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 ApprovalNotUnderConstructionException : xTendExceptionBase
Constructors
  NameDescription
Public methodApprovalNotUnderConstructionException
Initializes a new instance of the ApprovalNotUnderConstructionException class.
Public methodApprovalNotUnderConstructionException(String)
Initializes a new instance of the ApprovalNotUnderConstructionException class with a specified error message.
Public methodApprovalNotUnderConstructionException(SerializationInfo, StreamingContext)
Initializes a new instance of the ApprovalNotUnderConstructionException class with serialized data.
Top
See Also