PackingException Constructor (PackingExceptionPackingErrorType) | 
 
            Initialize a new instance of the PackingException class with a specified error type.
            
 
    Namespace: 
   FactoryLogix.xTend
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic PackingException(
	PackingExceptionPackingErrorType errorType
)
Public Sub New ( 
	errorType As PackingExceptionPackingErrorType
)
public:
PackingException(
	PackingExceptionPackingErrorType errorType
)
new : 
        errorType : PackingExceptionPackingErrorType -> PackingExceptionParameters
- errorType
 - Type: FactoryLogix.xTendPackingExceptionPackingErrorType
The PackingExceptionPackingErrorType identifying the type of error that caused this exception. 
See Also