WebTestError.ErrorType 属性

获取或设置发生的错误类型。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property ErrorType As WebTestErrorType
    Get
    Friend Set
public WebTestErrorType ErrorType { get; internal set; }
public:
property WebTestErrorType ErrorType {
    WebTestErrorType get ();
    internal: void set (WebTestErrorType value);
}
member ErrorType : WebTestErrorType with get, internal set
function get ErrorType () : WebTestErrorType
internal function set ErrorType (value : WebTestErrorType)

属性值

类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
发生的错误类型。

.NET Framework 安全性

请参见

参考

WebTestError 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间