ErrorTag Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of a ErrorTag.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ErrorTag() | Initializes a new instance of a ErrorTag of type SyntaxError with no tooltip content. | |
ErrorTag(String) | Initializes a new instance of a ErrorTag of the specified type with no tooltip content. | |
ErrorTag(String, Object) | Initializes a new instance of a ErrorTag of the specified type. |
Top