Condividi tramite


Proprietà WebTestError.ErrorType

Ottiene o imposta il tipo di errore che si è verificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestErrorType
Tipo di errore che si è verificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestError Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting