Share via


WebTestEmptyTableException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WebTestEmptyTableException class with serialized data.

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 WebTestEmptyTableException(
    SerializationInfo info,
    StreamingContext context
)
protected:
WebTestEmptyTableException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> WebTestEmptyTableException
protected function WebTestEmptyTableException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.

.NET Framework Security

See Also

Reference

WebTestEmptyTableException Class

WebTestEmptyTableException Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace