Click or drag to resize

NotFoundException Class

Thrown when a search type operation is performed, and the requested item is not found in the system.
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 NotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodNotFoundException
Initializes a new instance of the NotFoundException class.
Public methodNotFoundException(String)
Initializes a new instance of the NotFoundException class with a specified error message.
Public methodNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotFoundException class with serialized data.
Top
See Also