WebTestStoppedException-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der WebTestStoppedException-Klasse für Remoting-Szenarien.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected WebTestStoppedException(
SerializationInfo info,
StreamingContext context
)
protected:
WebTestStoppedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> WebTestStoppedException
protected function WebTestStoppedException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- info
Typ: System.Runtime.Serialization.SerializationInfo
Enthält die serialisierten Objektdaten zu der ausgelösten Ausnahme.
- context
Typ: System.Runtime.Serialization.StreamingContext
Enthält Kontextinformationen zur Quelle oder zum Ziel.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentNullException | info ist nullein Nullverweis (Nothing in Visual Basic). |
.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
WebTestStoppedException Klasse