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