ErrorTag Constructor (String^, Object^)
Visual Studio 2015
Initializes a new instance of a ErrorTag of the specified type.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- errorType
-
Type:
System::String^
The type of error to use.
- toolTipContent
-
Type:
System::Object^
The tooltip content to display. May be null.
| Exception | Condition |
|---|---|
| ArgumentNullException | errorType is null. |
Show: