Partager via


NotInstalledException, constructeur (String)

crée une instance d' NotInstalledException qui a un message d'erreur.

Espace de noms :  Microsoft.VisualStudio.ExtensionManager
Assembly :  Microsoft.VisualStudio.ExtensionManager (dans Microsoft.VisualStudio.ExtensionManager.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
public NotInstalledException(
    string message
)
public:
NotInstalledException(
    String^ message
)
new : 
        message:string -> NotInstalledException
public function NotInstalledException(
    message : String
)

Paramètres

  • message
    Type : String

    Texte à afficher.

Notes

Bien qu'il prend en charge API l'infrastructure de Gestionnaire d'extensions , nous recommandons que vous n'utilisez pas car il est soumise à la modification.

Sécurité .NET Framework

Voir aussi

Référence

NotInstalledException Classe

NotInstalledException, surcharge

Microsoft.VisualStudio.ExtensionManager, espace de noms