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 錯誤。 |