WebTestErrorType 枚举
枚举可包括在 WebTestError 对象中的错误类型。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
Public Enumeration WebTestErrorType
public enum WebTestErrorType
public enum class WebTestErrorType
type WebTestErrorType
public enum WebTestErrorType
成员
成员名称 | 说明 | |
---|---|---|
ConditionalRuleError | 一个 ConditionalRule 错误。 | |
DataCollectionError | ||
DataCollectionWarning | ||
Exception | 一个异常错误。 | |
ExtractionRuleError | ExtractionRule 错误。 | |
HttpError | 一个 HTTP 错误。 | |
TestError | 一个测试错误。 | |
Timeout | 一个超时错误。 | |
ValidationRuleError | 一个 ValidationRule 错误。 |