Partager via


InternalException, constructeur (SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe InternalException à l'aide des informations et du contexte fournis.

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

Syntaxe

'Déclaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected InternalException(
    SerializationInfo info,
    StreamingContext context
)
protected:
InternalException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> InternalException
protected function InternalException(
    info : SerializationInfo, 
    context : StreamingContext
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

InternalException Classe

InternalException, surcharge

Microsoft.VisualStudio.TestTools.Exceptions, espace de noms

SerializationInfo

StreamingContext