Share via


SaveNotSupportedException Class

Definition

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

public ref class SaveNotSupportedException : Microsoft::VisualStudio::TestTools::Exceptions::InternalException
[System.Serializable]
public class SaveNotSupportedException : Microsoft.VisualStudio.TestTools.Exceptions.InternalException
[<System.Serializable>]
type SaveNotSupportedException = class
    inherit InternalException
Public Class SaveNotSupportedException
Inherits InternalException
Inheritance
Attributes

Constructors

SaveNotSupportedException()

Initializes a new instance of the SaveNotSupportedException class.

SaveNotSupportedException(SerializationInfo, StreamingContext)

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

SaveNotSupportedException(String)

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

SaveNotSupportedException(String, Exception)

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

SaveNotSupportedException(Type)

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

Properties

Message

Gets the message that states the exception.

(Inherited from EqtException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

(Inherited from EqtException)

Applies to