EqtException Class
Provides a base class for all Enterprise Quality Tools exceptions.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
System::Exception
Microsoft.VisualStudio.TestTools.Exceptions::EqtException
Microsoft.VisualStudio.TestTools.Exceptions::AccessDeniedException
Microsoft.VisualStudio.TestTools.Exceptions::CommandException
Microsoft.VisualStudio.TestTools.Exceptions::EqtDataException
Microsoft.VisualStudio.TestTools.Exceptions::SingleInstanceApplicationException
| Name | Description | |
|---|---|---|
![]() | EqtException() | Initializes a new instance of the EqtException class. |
![]() | EqtException(SerializationInfo^, StreamingContext) | Initializes a new instance of the EqtException class to propagate the exception from the server to the client by using provided information and context. |
![]() | EqtException(String^) | Initializes a new instance of the EqtException class by using the provided message. |
![]() | EqtException(String^, Exception^) | Initializes a new instance of the EqtException class by using the provided message and the 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.(Overrides Exception::Message.) |
![]() | 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.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | 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.



