次の方法で共有


UITestErrorEventArgs クラス

 

ユーザー インターフェイス (UI) でのテスト処理中にエラーが発生するとスローされる例外のイベント引数を提供します。

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

継承階層

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionEventArgs
      Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorEventArgs

構文

public class UITestErrorEventArgs : UITestActionEventArgs
public ref class UITestErrorEventArgs : UITestActionEventArgs
type UITestErrorEventArgs = 
    class
        inherit UITestActionEventArgs
    end
Public Class UITestErrorEventArgs
    Inherits UITestActionEventArgs

コンストラクター

名前 説明
System_CAPS_pubmethod UITestErrorEventArgs(UITestAction, Exception)

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

プロパティ

名前 説明
System_CAPS_pubproperty Action

関連付けられた UITestAction オブジェクトを取得します。(UITestActionEventArgs から継承されました。)

System_CAPS_pubproperty Error

エラーを引き起こした Exception を取得します。

System_CAPS_pubproperty Result

関連付けられた動作の結果を取得または設定します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_protmethod Finalize()

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_protmethod MemberwiseClone()

(Object から継承されました。)

System_CAPS_pubmethod ToString()

(Object から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る