Freigeben über


IdNotFoundException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der IdNotFoundException-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 IdNotFoundException(
    SerializationInfo info,
    StreamingContext context
)
protected:
IdNotFoundException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> IdNotFoundException
protected function IdNotFoundException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IdNotFoundException Klasse

IdNotFoundException-Überladung

Microsoft.VisualStudio.TestTools.Exceptions-Namespace

SerializationInfo

StreamingContext