ErrorTag Constructor (String^, Object^)

 

Initializes a new instance of a ErrorTag of the specified type.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
ErrorTag(
	String^ errorType,
	Object^ toolTipContent
)

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.

Return to top
Show: