Partilhar via


Construtor LoadTestRunIdNotSetException (String, Exception)

Inicializa uma nova instância da classe de LoadTestRunIdNotSetException usando a mensagem fornecida e a exceção interna.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (em Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

LoadTestRunIdNotSetException Classe

Sobrecargas LoadTestRunIdNotSetException

Namespace Microsoft.VisualStudio.TestTools.LoadTesting