UITestControlNotAvailableException コンストラクター (IUITechnologyElement, Exception)
指定された UI 要素を使用して、UITestControlNotAvailableException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Extension
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Extension (Microsoft.VisualStudio.TestTools.UITest.Extension.dll 内)
構文
'宣言
Public Sub New ( _
element As IUITechnologyElement, _
innerException As Exception _
)
public UITestControlNotAvailableException(
IUITechnologyElement element,
Exception innerException
)
public:
UITestControlNotAvailableException(
IUITechnologyElement^ element,
Exception^ innerException
)
new :
element:IUITechnologyElement *
innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
element : IUITechnologyElement,
innerException : Exception
)
パラメーター
- element
型: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
UITechnologyElement オブジェクト。
- innerException
型: System.Exception
現在の例外を引き起こした元の例外。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
UITestControlNotAvailableException クラス
UITestControlNotAvailableException オーバーロード