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.

TechnologyNotSupportedException Constructor

 

Initializes a new instance of the TechnologyNotSupportedException class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodTechnologyNotSupportedException()

Initializes a new instance of the TechnologyNotSupportedException class.

System_CAPS_protmethodTechnologyNotSupportedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the TechnologyNotSupportedException class for deserialization.

System_CAPS_pubmethodTechnologyNotSupportedException(String^)

Initializes a new instance of the TechnologyNotSupportedException class by using the provided message.

System_CAPS_pubmethodTechnologyNotSupportedException(String^, Exception^)

Initializes a new instance of the TechnologyNotSupportedException class by using the provided message and inner exception.

Return to top
Show: