Initializes a new instance of the TypeException class with specified parent and child tags.

Namespace: HTMLPlusPlus.Exceptions
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public TypeException(
	IToken parent,
	IToken child
)

Parameters

parent
Type: HTMLPlusPlus.Interfaces..::..IToken
The parent tag. Will most likely be this.
child
Type: HTMLPlusPlus.Interfaces..::..IToken
The child tag.

See Also