Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the exception that is thrown by a test item provider in the test management interface (UI) of when a parameter provided to a method is invalid or otherwise used unsuccessfully.
Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class EqtDataException _
    Inherits EqtException
'Usage
Dim instance As EqtDataException
[SerializableAttribute]
public class EqtDataException : EqtException
[SerializableAttribute]
public ref class EqtDataException : public EqtException
public class EqtDataException extends EqtException
Inheritance Hierarchy
System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Exceptions.EqtException
      Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
        Microsoft.VisualStudio.TestTools.Exceptions.CorruptedResultException
        Microsoft.VisualStudio.TestTools.Exceptions.DuplicateIdException
        Microsoft.VisualStudio.TestTools.Exceptions.ErrorReadingStorageException
        Microsoft.VisualStudio.TestTools.Exceptions.FailedToInstantiateTypeException
        Microsoft.VisualStudio.TestTools.Exceptions.IdNotFoundException
        Microsoft.VisualStudio.TestTools.Exceptions.InternalException
        Microsoft.VisualStudio.TestTools.Exceptions.InvalidDataInStorageException
        Microsoft.VisualStudio.TestTools.Exceptions.InvalidTestObjectException
        Microsoft.VisualStudio.TestTools.Exceptions.StorageNotAccessibleException
        Microsoft.VisualStudio.TestTools.Exceptions.WrongResultTypeException
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.