Freigeben über


DuplicateIdException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der DuplicateIdException-Klasse unter Verwendung der angegebenen Informationen und des angegebenen Kontexts.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected DuplicateIdException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DuplicateIdException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> DuplicateIdException
protected function DuplicateIdException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

DuplicateIdException Klasse

DuplicateIdException-Überladung

Microsoft.VisualStudio.TestTools.Exceptions-Namespace

SerializationInfo

StreamingContext