Click or drag to resize

ReservationException Class

Thrown when an attempt to reserve 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 ReservationException : xTendExceptionBase

The ReservationException type exposes the following members.

Constructors
  NameDescription
Public methodReservationException
Initializes a new instance of the ReservationException class.
Public methodReservationException(String)
Initializes a new instance of the ReservationException class with a specified error message.
Public methodReservationException(ReservationExceptionReservationErrorType)
Initialize a new instance of the ReservationException class with a specified error type.
Public methodReservationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ReservationException class with serialized data.
Top
Properties
  NameDescription
Public propertyErrorType
Defines the type of error that occurred while reserving materials
Top
Methods
  NameDescription
Public methodGetObjectData
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also