Initializes a new instance of the TechnologyNotSupportedException class for deserialization.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TechnologyNotSupportedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TechnologyNotSupportedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TechnologyNotSupportedException
protected function TechnologyNotSupportedException(
    info : SerializationInfo, 
    context : StreamingContext
)
Parameters
- info 
 Type: SerializationInfo- A SerializationInfo object. 
- context 
 Type: StreamingContext- A StreamingContext object. 
.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
TechnologyNotSupportedException Class
TechnologyNotSupportedException Overload