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: String- Message that describes the exception. 
- innerException 
 Type: Exception- Exception 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