LoadTestRunIdNotSetException-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der LoadTestRunIdNotSetException-Klasse für die Serialisierung.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected LoadTestRunIdNotSetException(
SerializationInfo info,
StreamingContext context
)
protected:
LoadTestRunIdNotSetException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> LoadTestRunIdNotSetException
protected function LoadTestRunIdNotSetException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- info
Typ: System.Runtime.Serialization.SerializationInfo
Ein SerializationInfo-Objekt.
- context
Typ: System.Runtime.Serialization.StreamingContext
Ein StreamingContext-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
LoadTestRunIdNotSetException Klasse
LoadTestRunIdNotSetException-Überladung