다음을 통해 공유


ActionNotSupportedOnDisabledControlException 생성자 (String)

제공된 메시지를 사용하여 ActionNotSupportedOnDisabledControlException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Extension
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
Public Sub New ( _
    message As String _
)
public ActionNotSupportedOnDisabledControlException(
    string message
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ message
)
new : 
        message:string -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    message : String
)

매개 변수

  • message
    형식: String

    오류 메시지가 들어 있는 문자열입니다.

.NET Framework 보안

참고 항목

참조

ActionNotSupportedOnDisabledControlException 클래스

ActionNotSupportedOnDisabledControlException 오버로드

Microsoft.VisualStudio.TestTools.UITest.Extension 네임스페이스