Click or drag to resize

AlreadyAttachedObjectException Class

This exception indicates you are trying to use a particular object in two separate places which is disallowed. Consider using a copy of the object.
Inheritance Hierarchy
SystemObject
  SystemException
    HP.SV.DotNetRuleApiAlreadyAttachedObjectException

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
[SerializableAttribute]
public class AlreadyAttachedObjectException : Exception

The AlreadyAttachedObjectException type exposes the following members.

Constructors
Extension Methods
  NameDescription
Public Extension MethodRethrow
Allows to retain the original stack trace of the exception
(Defined by HpSvExtensions.)
Top
See Also