Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.