Click or drag to resize

UnitTransactionsExistException Constructor (String)

Initializes a new instance of the UnitTransactionsExistException class with a specified error message.

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public UnitTransactionsExistException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also