PackingException Constructor (PackingExceptionPackingErrorType, String) |
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.245.0.0 (8.245.0.0)
Syntax public PackingException(
PackingExceptionPackingErrorType errorType,
string message
)
Public Sub New (
errorType As PackingExceptionPackingErrorType,
message As String
)
public:
PackingException(
PackingExceptionPackingErrorType errorType,
String^ message
)
new :
errorType : PackingExceptionPackingErrorType *
message : string -> PackingException
Parameters
- errorType
- Type: FactoryLogix.xTendPackingExceptionPackingErrorType
The PackingExceptionPackingErrorType identifying the type of error that caused this exception. - message
- Type: SystemString
The message that describes the error.
See Also