Initializes a new instance of the TestRunTextResultMessage class.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TestRunTextResultMessage(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestRunTextResultMessage(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestRunTextResultMessage
protected function TestRunTextResultMessage(
    info : SerializationInfo, 
    context : StreamingContext
)
Parameters
- info 
 Type: SerializationInfo- A SerializationInfo object. 
- context 
 Type: StreamingContext- A StreamingContext object. 
.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
TestRunTextResultMessage Class
TestRunTextResultMessage Overload