SaveNotSupportedException Class

The exception that is thrown by team item providers that do not support save operations.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SaveNotSupportedException _
    Inherits InternalException
'Usage
Dim instance As SaveNotSupportedException
[SerializableAttribute]
public class SaveNotSupportedException : InternalException
[SerializableAttribute]
public ref class SaveNotSupportedException : public InternalException
public class SaveNotSupportedException extends InternalException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Exceptions.EqtException
      Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
        Microsoft.VisualStudio.TestTools.Exceptions.InternalException
          Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SaveNotSupportedException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

InternalException