Initializes a new instance of the TypeException class with specified parent and child tags and an inner exception.
Namespace: HTMLPlusPlus.ExceptionsAssembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
Parameters
- parent
- Type: HTMLPlusPlus.Interfaces..::..IToken
The parent tag. Will most likely be this.
- child
- Type: HTMLPlusPlus.Interfaces..::..IToken
The child tag.
- innerException
- Type: System..::..Exception
The inner exception.