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.

ITestElement::ErrorMessageForNonRunnable Property

 

Gets the error message to use when this test cannot be executed.

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

property String^ ErrorMessageForNonRunnable {
	String^ get();
}

Property Value

Type: System::String^

The error message to use when this test cannot be executed.

Return to top
Show: