共用方式為


WebTestError.ErrorSubtype 屬性

取得或設定錯誤子類型字串。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property ErrorSubtype As String
public string ErrorSubtype { get; internal set; }
public:
property String^ ErrorSubtype {
    String^ get ();
    internal: void set (String^ value);
}
member ErrorSubtype : string with get, internal set
function get ErrorSubtype () : String
internal function set ErrorSubtype (value : String)

屬性值

型別:System.String
錯誤子類型。

備註

ErrorSubtype 是描述錯誤之子類型的字串。 ErrorSubtype 字串的意義取決於 ErrorType。 例如,若是 HttpError,則 ErrorSubtype 為 HttpStatusCode。 對於驗證規則錯誤、擷取規則錯誤和例外狀況,ErrorSubtype 會是規則或例外狀況的類別名稱。

.NET Framework 安全性

請參閱

參考

WebTestError 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間