Click or drag to resize

ManufacturerDoesNotExistsException Class

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