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.

SaveNotSupportedException Constructor (Type^)

 

Initializes a new instance of the SaveNotSupportedException class by using the provided test type.

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

public:
SaveNotSupportedException(
	Type^ type
)

Parameters

type
Type: System::Type^

Type of test that is not supported by save operation.

Return to top
Show: