TechnologyNotSupportedException 构造函数 (String)

使用提供的消息初始化 TechnologyNotSupportedException 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
public TechnologyNotSupportedException(
    string message
)
public:
TechnologyNotSupportedException(
    String^ message
)
new : 
        message:string -> TechnologyNotSupportedException
public function TechnologyNotSupportedException(
    message : String
)

参数

.NET Framework 安全性

请参见

参考

TechnologyNotSupportedException 类

TechnologyNotSupportedException 重载

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间