Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the LoadTestRunIdNotSetException class by using the provided message and the inner exception.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
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
)
Parameters
message
Type: StringMessage that describes the exception.
innerException
Type: ExceptionException that caused the current exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LoadTestRunIdNotSetException Class