Click or drag to resize

BOMPublishingConflictException Class

Thrown when a conflict occurs which requires user input when attempting to publish a part found on a BOM.
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 BOMPublishingConflictException : xTendExceptionBase
Constructors
  NameDescription
Public methodBOMPublishingConflictException
Initializes a new instance of the BOMPublishingConflictException class.
Public methodBOMPublishingConflictException(String)
Initializes a new instance of the BOMPublishingConflictException class with a specified error message.
Public methodBOMPublishingConflictException(SerializationInfo, StreamingContext)
Initializes a new instance of the BOMPublishingConflictException class with serialized data.
Top
See Also