Click or drag to resize

SettingNotFoundException Class

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