Compartir a través de


SaveNotSupportedException (Constructor) (SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la clase SaveNotSupportedException usando la información y el contexto proporcionados.

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

Sintaxis

'Declaración
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected SaveNotSupportedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SaveNotSupportedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SaveNotSupportedException
protected function SaveNotSupportedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SaveNotSupportedException Clase

SaveNotSupportedException (Sobrecarga)

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

SerializationInfo

StreamingContext