Initializes a new instance of the AttributeException class.

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

Syntax

C#
public AttributeException(
	Tag tag,
	Attribute attribute
)

Parameters

tag
Type: HTMLPlusPlus..::..Tag
The tag to which the attribute is added.
attribute
Type: HTMLPlusPlus.Attribute..::..Attribute
The attribute that caused the exception.

See Also