Click or drag to resize

VendorDoesNotExistsException Class

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