Initializes a new instance of the AttributeException class with an inner exception.

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,
	Exception innerException
)

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.

See Also