次の方法で共有


UITestErrorEventArgs コンストラクター (UITestAction, Exception)

 

指定したアクションと例外を使用して、T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorEventArgs クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public UITestErrorEventArgs(
    UITestAction action,
    Exception ex
)
public:
UITestErrorEventArgs(
    UITestAction^ action,
    Exception^ ex
)
new : 
        action:UITestAction *
        ex:Exception -> UITestErrorEventArgs
Public Sub New (
    action As UITestAction,
    ex As Exception
)

パラメーター

  • ex
    イベントの原因となった Exception

参照

UITestAction
UITestErrorEventArgs クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る