Właściwość UITestErrorEventArgs.Error
Pobiera Exception , która spowodowała błąd.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public Exception Error { get; }
public:
property Exception^ Error {
Exception^ get();
}
member Error : Exception with get
Public ReadOnly Property Error As Exception
Type: System.Exception
Wyjątek, który spowodował błąd.
Klasa UITestErrorEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku