Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WarningEventArgs Constructor (String^)

 

Initializes a new instance of the WarningEventArgs class by using the provided warning message.

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

public:
WarningEventArgs(
	String^ warning
)

Parameters

warning
Type: System::String^

The warning message.

Return to top
Show: