Click or drag to resize

CustomerDoesNotExistsException Class

Thrown when a Customer does not exists.
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 CustomerDoesNotExistsException : xTendExceptionBase
Constructors
  NameDescription
Public methodCustomerDoesNotExistsException
Initializes a new instance of the CustomerDoesNotExistsException class.
Public methodCustomerDoesNotExistsException(String)
Initializes a new instance of the CustomerDoesNotExistsException class with a specified error message.
Public methodCustomerDoesNotExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the CustomerDoesNotExistsException class with serialized data.
Top
See Also