The exception that is thrown when the XRules document cannot be bound to the XML document.
For a list of all members of this type, see BindingException Members.
System.Object
System.Exception
System.ApplicationException
XRules.DynamicDomException
XRules.BindingException
[Visual Basic] Public Class BindingException Inherits DynamicDomException [C#] public class BindingException : DynamicDomException [C++] public __gc class BindingException : public DynamicDomException [JScript] public class BindingException extends DynamicDomException
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
An example of a case where this exception is thrown is if two calculate rules have the same target node. The exception provides information to help the programmer know which rules caused the error, such as a reference to the rule that failed binding and the context node.
Namespace: XRules
Assembly: XRules.DynamicDom (in XRules.DynamicDom.dll)
BindingException Members | XRules Namespace