Initializes a new instance of the AttributeException class with an inner exception.
Namespace: HTMLPlusPlus.ExceptionsAssembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
Parameters
- tag
- Type: HTMLPlusPlus..::..Tag
The tag to which the attribute is added.
- attribute
- Type: HTMLPlusPlus.Attribute..::..Attribute
The attribute that caused the exception.
- innerException
- Type: System..::..Exception
The inner exception.