Partilhar via


Construtor UnsupportedProductException (String, Exception)

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • message
    Tipo: String
  • inner
    Tipo: Exception

Segurança do .NET Framework

Consulte também

Referência

UnsupportedProductException Classe

Sobrecargas UnsupportedProductException

Namespace Microsoft.VisualStudio.ExtensionManager