Partilhar via


Construtor SaveNotSupportedException (Type)

Inicializa uma nova instância da SaveNotSupportedException classe usando o tipo de teste fornecido.

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

Sintaxe

'Declaração
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 teste que não há suporte para a operação de salvamento.

Segurança do .NET Framework

Consulte também

Referência

SaveNotSupportedException Classe

Sobrecargas SaveNotSupportedException

Namespace Microsoft.VisualStudio.TestTools.Exceptions

Type