Compartilhar via


Propriedade WebTestError.TimeOfError

Obtém ou define a hora em que ocorreu o erro.

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

Sintaxe

'Declaração
Public Property TimeOfError As DateTime
    Get
    Friend Set
public DateTime TimeOfError { get; internal set; }
public:
property DateTime TimeOfError {
    DateTime get ();
    internal: void set (DateTime value);
}
member TimeOfError : DateTime with get, internal set
function get TimeOfError () : DateTime
internal function set TimeOfError (value : DateTime)

Valor de propriedade

Tipo: System.DateTime
A hora em que ocorreu o erro.

Segurança do .NET Framework

Consulte também

Referência

WebTestError Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting