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

 

Initializes a new instance of the SaveNotSupportedException class.

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

NameDescription
System_CAPS_pubmethodSaveNotSupportedException()

Initializes a new instance of the SaveNotSupportedException class.

System_CAPS_protmethodSaveNotSupportedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the SaveNotSupportedException class by using the provided information and context.

System_CAPS_pubmethodSaveNotSupportedException(String^)

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

System_CAPS_pubmethodSaveNotSupportedException(String^, Exception^)

Initializes a new instance of the SaveNotSupportedException class by using the provided message and inner exception.

System_CAPS_pubmethodSaveNotSupportedException(Type^)

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

Return to top
Show: