LoadTestRunIdNotSetException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the LoadTestRunIdNotSetException class for serialization.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected LoadTestRunIdNotSetException(
    SerializationInfo info,
    StreamingContext context
)
protected:
LoadTestRunIdNotSetException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> LoadTestRunIdNotSetException
protected function LoadTestRunIdNotSetException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

LoadTestRunIdNotSetException Class

LoadTestRunIdNotSetException Overload

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

SerializationInfo

StreamingContext