Click or drag to resize

ResourceRequiredException Class

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