This exception is raised when trying to change the value of a read-only particle (node or property). A node or property becomes read-only when its value is determined by a <calculate> or <property> rule respectively. This exception provides a reference to the particle that raised the error.
For a list of all members of this type, see ReadOnlyParticleException Members.
System.Object
System.Exception
System.ApplicationException
XRules.DynamicDomException
XRules.RuleViolationException
XRules.ReadOnlyParticleException
[Visual Basic] Public Class ReadOnlyParticleException Inherits RuleViolationException [C#] public class ReadOnlyParticleException : RuleViolationException [C++] public __gc class ReadOnlyParticleException : public RuleViolationException [JScript] public class ReadOnlyParticleException extends RuleViolationException
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: XRules
Assembly: XRules.DynamicDom (in XRules.DynamicDom.dll)
ReadOnlyParticleException Members | XRules Namespace