Share via


WebTestError.ErrorType Property

Gets or sets the type of error that occurred.

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)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
The type of error that occurred.

.NET Framework Security

See Also

Reference

WebTestError Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace