共用方式為


ActionNotSupportedOnDisabledControlException 建構函式 (String, String, Object)

使用提供的參數值,初始化 ActionNotSupportedOnDisabledControlException 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public ActionNotSupportedOnDisabledControlException(
    string message,
    string uiTestControl,
    Object exceptionSource
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ message, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        uiTestControl:string * 
        exceptionSource:Object -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    message : String, 
    uiTestControl : String, 
    exceptionSource : Object
)

參數

  • uiTestControl
    型別:System.String
    使用者介面中的控制項名稱。
  • exceptionSource
    型別:System.Object
    發生錯誤的物件。

.NET Framework 安全性

請參閱

參考

ActionNotSupportedOnDisabledControlException 類別

ActionNotSupportedOnDisabledControlException 多載

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