Partager via


ErrorTag, constructeur (String, Object)

Initialise une nouvelle instance d'un ErrorTag du type spécifié.

Espace de noms :  Microsoft.VisualStudio.Text.Tagging
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • errorType
    Type : String

    Le type d'erreur à l'utiliser.

  • toolTipContent
    Type : Object

    Contenu de l'info-bulle à afficher. Il peut avoir la valeur nullune référence null (Nothing en Visual Basic).

Exceptions

Exception Condition
ArgumentNullException

errorType a la valeur nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

ErrorTag Classe

ErrorTag, surcharge

Microsoft.VisualStudio.Text.Tagging, espace de noms