Freigeben über


WebTestError.ErrorType-Eigenschaft

Ruft den Typ des aufgetretenen Fehlers ab oder legt ihn fest.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ErrorType As WebTestErrorType
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
Der Typ des aufgetretenen Fehlers.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestError Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace