Compartilhar via


Propriedade WebTestError.ErrorType

Obtém ou define o tipo de erro que ocorreu.

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

Sintaxe

'Declaração
Public Property ErrorType As WebTestErrorType
    Get
    Friend Set
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
O tipo de erro que ocorreu.

Segurança do .NET Framework

Consulte também

Referência

WebTestError Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting