Click or drag to resize

ReceivingException Class

Thrown when an attempt to receive materials does not succeed.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
[SerializableAttribute]
public class ReceivingException : xTendExceptionBase

The ReceivingException type exposes the following members.

Constructors
  NameDescription
Public methodReceivingException
Initializes a new instance of the ReceivingException class.
Public methodReceivingException(String)
Initializes a new instance of the ReceivingException class with a specified error message.
Public methodReceivingException(SerializationInfo, StreamingContext)
Initializes a new instance of the ReceivingException class with serialized data.
Top
Properties
  NameDescription
Public propertyErrorType
Defines the type of error that occurred during receiving
Top
Methods
  NameDescription
Public methodGetObjectData
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also