FailedToLaunchApplicationException-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der FailedToLaunchApplicationException-Klasse für die Deserialisierung.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected FailedToLaunchApplicationException(
SerializationInfo info,
StreamingContext context
)
protected:
FailedToLaunchApplicationException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> FailedToLaunchApplicationException
protected function FailedToLaunchApplicationException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
info
Typ: SerializationInfoEin SerializationInfo-Objekt.
context
Typ: StreamingContextEin 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
FailedToLaunchApplicationException Klasse
FailedToLaunchApplicationException-Überladung