Partager via


LoadTestRunIdNotSetException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe LoadTestRunIdNotSetException à l'aide du message et de l'exception interne fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • innerException
    Type : System.Exception
    Exception qui a provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

LoadTestRunIdNotSetException Classe

LoadTestRunIdNotSetException, surcharge

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms