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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.