TestIterationResult.ErrorMessage (Propiedad)

Obtiene el mensaje de error asociado a un error, si existe.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (en Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property ErrorMessage As String
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get ();
}
member ErrorMessage : string with get
function get ErrorMessage () : String

Valor de propiedad

Tipo: System.String
El mensaje de error asociado a un error.

Seguridad de .NET Framework

Vea también

Referencia

TestIterationResult Clase

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