UITestControlNotAvailableException Constructor (SerializationInfo, StreamingContext)

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

Parameters

.NET Framework Security

See Also

Reference

UITestControlNotAvailableException Class

UITestControlNotAvailableException Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

SerializationInfo

StreamingContext