Click or drag to resize

AssemblyRevisionLockedForProductionException Class

Thrown when making changes to an assembly and it is released for production.
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 AssemblyRevisionLockedForProductionException : xTendExceptionBase
Constructors
  NameDescription
Public methodAssemblyRevisionLockedForProductionException
Initializes a new instance of the AssemblyRevisionLockedForProductionException class.
Public methodAssemblyRevisionLockedForProductionException(String)
Initializes a new instance of the AssemblyRevisionLockedForProductionException class with a specified error message.
Public methodAssemblyRevisionLockedForProductionException(SerializationInfo, StreamingContext)
Initializes a new instance of the AssemblyRevisionLockedForProductionException class with serialized data.
Top
See Also