SaveNotSupportedException (Constructor) (Type)

Inicializa una nueva instancia de la clase SaveNotSupportedException utilizando el tipo de prueba proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Exceptions
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

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

Parámetros

  • type
    Tipo: System.Type
    Tipo de prueba no admitido por la operación de guardar.

Seguridad de .NET Framework

Vea también

Referencia

SaveNotSupportedException Clase

SaveNotSupportedException (Sobrecarga)

Microsoft.VisualStudio.TestTools.Exceptions (Espacio de nombres)

Type