PackingException.ErrorType Property |
Defines the type of error that occurred while executing a packing transaction.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic PackingException.PackingErrorType ErrorType { get; }
Public ReadOnly Property ErrorType As PackingException.PackingErrorType
Get
public:
property PackingException.PackingErrorType ErrorType {
PackingException.PackingErrorType get ();
}
member ErrorType : PackingException.PackingErrorType with get
Property Value
Type:
PackingException.PackingErrorType
See Also