Initializes a new instance of the UsageException class with a selected element.

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

Syntax

C#
public UsageException(
	IToken element
)

Parameters

element
Type: HTMLPlusPlus.Interfaces..::..IToken
The element that caused the exception.

See Also