ActionNotSupportedOnDisabledControlException 构造函数 (String, String, Exception, ILastInvocationInfo, String, Object)

使用提供的参数值和默认消息初始化 ActionNotSupportedOnDisabledControlException 类的新实例。

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

语法

声明
Public Sub New ( _
    objectName As String, _
    actionName As String, _
    innerException As Exception, _
    lastInfo As ILastInvocationInfo, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public ActionNotSupportedOnDisabledControlException(
    string objectName,
    string actionName,
    Exception innerException,
    ILastInvocationInfo lastInfo,
    string uiTestControl,
    Object exceptionSource
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ objectName, 
    String^ actionName, 
    Exception^ innerException, 
    ILastInvocationInfo^ lastInfo, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        objectName:string * 
        actionName:string * 
        innerException:Exception * 
        lastInfo:ILastInvocationInfo * 
        uiTestControl:string * 
        exceptionSource:Object -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    objectName : String, 
    actionName : String, 
    innerException : Exception, 
    lastInfo : ILastInvocationInfo, 
    uiTestControl : String, 
    exceptionSource : Object
)

参数

  • objectName
    类型:System.String
    操作失败的对象的名称。
  • uiTestControl
    类型:System.String
    用户界面中的控件的名称。
  • exceptionSource
    类型:System.Object
    发生错误的对象。

.NET Framework 安全性

请参见

参考

ActionNotSupportedOnDisabledControlException 类

ActionNotSupportedOnDisabledControlException 重载

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