Click or drag to resize

ResourceNotFoundException Class

Thrown when a particular factory resource, such as a Workstation cannot be 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 ResourceNotFoundException : xTendExceptionBase
Constructors
  NameDescription
Public methodResourceNotFoundException
Initializes a new instance of the ResourceNotFoundException class.
Public methodResourceNotFoundException(String)
Initializes a new instance of the ResourceNotFoundException class with a specified error message.
Public methodResourceNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the ResourceNotFoundException class with serialized data.
Top
See Also