Freigeben über


SaveNotSupportedException-Konstruktor (Type)

Initialisiert eine neue Instanz der SaveNotSupportedException-Klasse mit dem angegebenen Testtyp.

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

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

Parameter

  • type
    Typ: System.Type
    Der Typ des Tests, der nicht vom Speichervorgang unterstützt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

SaveNotSupportedException Klasse

SaveNotSupportedException-Überladung

Microsoft.VisualStudio.TestTools.Exceptions-Namespace

Type