ConnectionFailedWebTestException Constructor (SerializationInfo, StreamingContext)
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 ConnectionFailedWebTestException(
SerializationInfo info,
StreamingContext context
)
protected:
ConnectionFailedWebTestException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ConnectionFailedWebTestException
protected function ConnectionFailedWebTestException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: SerializationInfo
- context
Type: StreamingContext
.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.
See Also
Reference
ConnectionFailedWebTestException Class