Partager via


SaveNotSupportedException, constructeur (Type)

Initialise une nouvelle instance de la classe SaveNotSupportedException à l'aide du type de test fourni.

Espace de noms :  Microsoft.VisualStudio.TestTools.Exceptions
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    type As Type _
)
public SaveNotSupportedException(
    Type type
)
public:
SaveNotSupportedException(
    Type^ type
)
new : 
        type:Type -> SaveNotSupportedException
public function SaveNotSupportedException(
    type : Type
)

Paramètres

  • type
    Type : System.Type
    Type de test qui n'est pas pris en charge par l'opération de sauvegarde.

Sécurité .NET Framework

Voir aussi

Référence

SaveNotSupportedException Classe

SaveNotSupportedException, surcharge

Microsoft.VisualStudio.TestTools.Exceptions, espace de noms

Type