Freigeben über


InternalException-Konstruktor (SerializationInfo, StreamingContext)

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

InternalException Klasse

InternalException-Überladung

Microsoft.VisualStudio.TestTools.Exceptions-Namespace

SerializationInfo

StreamingContext