AssemblyRevisionLockedForProductionException Constructor (String) |
Initializes a new instance of the AssemblyRevisionLockedForProductionException class with a specified error message.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public AssemblyRevisionLockedForProductionException(
string message
)
Public Sub New (
message As String
)
public:
AssemblyRevisionLockedForProductionException(
String^ message
)
new :
message : string -> AssemblyRevisionLockedForProductionException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also