Click or drag to resize

UserSettingNotAllowedException Class

Thrown when a setting is not available to be over-riden at the user level.
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 UserSettingNotAllowedException : xTendExceptionBase
Constructors
  NameDescription
Public methodUserSettingNotAllowedException
Initializes a new instance of the UserSettingNotAllowedException class.
Public methodUserSettingNotAllowedException(String)
Initializes a new instance of the UserSettingNotAllowedException class with a specified error message.
Public methodUserSettingNotAllowedException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserSettingNotAllowedException class with serialized data.
Top
See Also