Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public Sub New ( _
errorType As String, _
toolTipContent As Object _
)
public ErrorTag(
string errorType,
Object toolTipContent
)
public:
ErrorTag(
String^ errorType,
Object^ toolTipContent
)
new :
errorType:string *
toolTipContent:Object -> ErrorTag
public function ErrorTag(
errorType : String,
toolTipContent : Object
)
Parameters
errorType
Type: System.StringThe type of error to use.
toolTipContent
Type: System.ObjectThe tooltip content to display. May be nulla null reference (Nothing in Visual Basic).
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | errorType is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.