ReservationException Constructor (ReservationExceptionReservationErrorType) |
Initialize a new instance of the ReservationException 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 ReservationException(
ReservationExceptionReservationErrorType errorType
)
Public Sub New (
errorType As ReservationExceptionReservationErrorType
)
public:
ReservationException(
ReservationExceptionReservationErrorType errorType
)
new :
errorType : ReservationExceptionReservationErrorType -> ReservationException
Parameters
- errorType
- Type: FactoryLogix.xTendReservationExceptionReservationErrorType
The ReservationExceptionReservationErrorType identifying the type of error that caused this exception.
See Also