The ParentChildException type exposes the following members.

Constructors

  NameDescription
Public methodParentChildException(String, IToken, IToken)
Initializes a new instance of the ParentChildException class with specified parent and child tags.
Public methodParentChildException(String, IToken, IToken, Exception)
Initializes a new instance of the ParentChildException class with specified parent and child tags and an inner exception.

Properties

  NameDescription
Public propertyChild
Gets the child node.
Public propertyParent
Gets the parent node.

See Also