Właściwość UITestWarningEventArgs.Error
Pobiera skojarzony wyjątek dla tego zdarzenia.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public Exception Error { get; }
public:
property Exception^ Error {
Exception^ get();
}
member Error : Exception with get
Public ReadOnly Property Error As Exception
Wartość właściwości
Type: System.Exception
Skojarzony wyjątek.
Zobacz też
Klasa UITestWarningEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku