IdNotFoundException Class
Represents the exception that is thrown by a method when a provided ID fails to return the specified test element.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
System::Exception
Microsoft.VisualStudio.TestTools.Exceptions::EqtException
Microsoft.VisualStudio.TestTools.Exceptions::EqtDataException
Microsoft.VisualStudio.TestTools.Exceptions::IdNotFoundException
| Name | Description | |
|---|---|---|
![]() | IdNotFoundException() | Initializes a new instance of the IdNotFoundException class. |
![]() | IdNotFoundException(SerializationInfo^, StreamingContext) | Initializes a new instance of the IdNotFoundException class by using the provided information and context. |
![]() | IdNotFoundException(String^) | Initializes a new instance of the IdNotFoundException class by using the provided message. |
![]() | IdNotFoundException(String^, Exception^) | Initializes a new instance of the IdNotFoundException class by using the provided message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | Gets the message that states the exception.(Inherited from EqtException.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Serializes the private fields.(Inherited from EqtException.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



