Share via


WebTestException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WebTestException 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 WebTestException(
    SerializationInfo info,
    StreamingContext context
)
protected:
WebTestException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> WebTestException
protected function WebTestException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Type: SerializationInfo

    Holds the serialized object data about the exception being thrown.

  • context
    Type: StreamingContext

    Contains contextual information about the source or the destination.

Exceptions

Exception Condition
ArgumentNullException

info is nulla null reference (Nothing in Visual Basic).

Remarks

This constructor is used for deserialization situations. This is required for remoting scenarios when an exception is propagated from the server to the client.

.NET Framework Security

See Also

Reference

WebTestException Class

WebTestException Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace