Compartir a través de


WebTestError.ErrorType (Propiedad)

Obtiene o establece el tipo de error que se ha producido.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
Tipo de error que se ha producido.

Seguridad de .NET Framework

Vea también

Referencia

WebTestError Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)