LoadTestRunIdNotSetException (Constructor) (String, Exception)

Inicializa una nueva instancia de la clase LoadTestRunIdNotSetException usando el mensaje y la excepción interna proporcionados.

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

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public LoadTestRunIdNotSetException(
    string message,
    Exception innerException
)
public:
LoadTestRunIdNotSetException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> LoadTestRunIdNotSetException
public function LoadTestRunIdNotSetException(
    message : String, 
    innerException : Exception
)

Parámetros

  • message
    Tipo: System.String
    Mensaje que describe la excepción.
  • innerException
    Tipo: System.Exception
    Excepción que produjo la excepción actual.

Seguridad de .NET Framework

Vea también

Referencia

LoadTestRunIdNotSetException Clase

LoadTestRunIdNotSetException (Sobrecarga)

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