LoadTestRunIdNotSetException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoadTestRunIdNotSetException() | |
LoadTestRunIdNotSetException(String) | |
LoadTestRunIdNotSetException(SerializationInfo, StreamingContext) | |
LoadTestRunIdNotSetException(String, Exception) |
LoadTestRunIdNotSetException()
public:
LoadTestRunIdNotSetException();
public LoadTestRunIdNotSetException ();
Public Sub New ()
Applies to
LoadTestRunIdNotSetException(String)
public:
LoadTestRunIdNotSetException(System::String ^ message);
public LoadTestRunIdNotSetException (string message);
new Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException : string -> Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
LoadTestRunIdNotSetException(SerializationInfo, StreamingContext)
protected:
LoadTestRunIdNotSetException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LoadTestRunIdNotSetException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
LoadTestRunIdNotSetException(String, Exception)
public:
LoadTestRunIdNotSetException(System::String ^ message, Exception ^ innerException);
public LoadTestRunIdNotSetException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException : string * Exception -> Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunIdNotSetException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception