Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestEndOfDataException Constructor

 

Initializes a new instance of the WebTestEndOfDataException class.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

NameDescription
System_CAPS_pubmethodWebTestEndOfDataException()

Initializes a new instance of the WebTestEndOfDataException class.

System_CAPS_protmethodWebTestEndOfDataException(SerializationInfo^, StreamingContext)

Initializes a new instance of the WebTestEndOfDataException class for remoting scenarios.

System_CAPS_pubmethodWebTestEndOfDataException(String^)

Initializes a new instance of the WebTestEndOfDataException class with an error message.

System_CAPS_pubmethodWebTestEndOfDataException(String^, Exception^)

Initializes a new instance of the WebTestEndOfDataException class with an error message and a reference to the inner Exception that caused this exception.

Return to top
Show: