Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the WebTestStoppedException class for remoting scenarios.
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
)
Parameters
info
Type: SerializationInfoHolds the serialized object data about the exception that is thrown.
context
Type: StreamingContextContains contextual information about the source or the destination.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | info is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.