Partager via


UnsupportedProductException, constructeur (String, Exception)

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public UnsupportedProductException(
    string message,
    Exception inner
)
public:
UnsupportedProductException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> UnsupportedProductException
public function UnsupportedProductException(
    message : String, 
    inner : Exception
)

Paramètres

  • message
    Type : String
  • inner
    Type : Exception

Sécurité .NET Framework

Voir aussi

Référence

UnsupportedProductException Classe

UnsupportedProductException, surcharge

Microsoft.VisualStudio.ExtensionManager, espace de noms