StoredQueryNotFoundException Class
Represents the exception that is thrown when a stored query is not found.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.VisualStudio.Services.Common.VssException
Microsoft.TeamFoundation.TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
Microsoft.TeamFoundation.TestManagement.Client.TestObjectNotFoundException
Microsoft.TeamFoundation.TestManagement.Client.StoredQueryNotFoundException
Syntax
[SerializableAttribute]
public class StoredQueryNotFoundException : TestObjectNotFoundException
[SerializableAttribute]
public ref class StoredQueryNotFoundException : TestObjectNotFoundException
[<SerializableAttribute>]
type StoredQueryNotFoundException =
class
inherit TestObjectNotFoundException
end
<SerializableAttribute>
Public Class StoredQueryNotFoundException
Inherits TestObjectNotFoundException
Constructors
Name | Description | |
---|---|---|
![]() |
StoredQueryNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the StoredQueryNotFoundException class for serialization. |
![]() |
StoredQueryNotFoundException(String, Exception, String, String) | Initializes a new instance of the StoredQueryNotFoundException class. |
![]() |
StoredQueryNotFoundException(String, String, String) | Initializes a new instance of the StoredQueryNotFoundException class. |
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from TeamFoundationServerException.) |
![]() |
ErrorCode | Gets or sets the error code.(Inherited from TestManagementException.) |
![]() |
EventId | (Inherited from VssException.) |
![]() |
Guid | Gets the GUID identifier for the stored procedure. |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
Id | Gets the ID for the object that was not found.(Inherited from TestObjectNotFoundException.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
IsRemoteException | (Inherited from TeamFoundationServerException.) |
![]() |
LogException | (Inherited from VssException.) |
![]() |
LogLevel | (Inherited from VssException.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Name | Gets the name of the stored procedure that cannot be found. |
![]() |
ObjectType | Returns the object type of the object that was not found.(Inherited from TestObjectNotFoundException.) |
![]() |
ReportException | (Inherited from VssException.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | Populates the provided serialization info object with data.(Overrides TestObjectNotFoundException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType() | (Inherited from Exception.) |
![]() |
Initialize(Int32, ObjectTypes) | (Inherited from TestObjectNotFoundException.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Exception.) |
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
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
TestObjectNotFoundException
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top