Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)


[SerializableAttribute]
public ref class StoredQueryNotFoundException : TestObjectNotFoundException

NameDescription
System_CAPS_protmethodStoredQueryNotFoundException(SerializationInfo^, StreamingContext)

Initializes a new instance of the StoredQueryNotFoundException class for serialization.

System_CAPS_pubmethodStoredQueryNotFoundException(String^, Exception^, String^, String^)

Initializes a new instance of the StoredQueryNotFoundException class.

System_CAPS_pubmethodStoredQueryNotFoundException(String^, String^, String^)

Initializes a new instance of the StoredQueryNotFoundException class.

NameDescription
System_CAPS_pubpropertyData
System_CAPS_pubpropertyErrorCode

Gets or sets the error code.(Inherited from TestManagementException.)

System_CAPS_pubpropertyEventId

(Inherited from VssException.)

System_CAPS_pubpropertyGuid

Gets the GUID identifier for the stored procedure.

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyId

Gets the ID for the object that was not found.(Inherited from TestObjectNotFoundException.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyIsRemoteException
System_CAPS_pubpropertyLogException

(Inherited from VssException.)

System_CAPS_pubpropertyLogLevel

(Inherited from VssException.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertyName

Gets the name of the stored procedure that cannot be found.

System_CAPS_pubpropertyObjectType

Returns the object type of the object that was not found.(Inherited from TestObjectNotFoundException.)

System_CAPS_pubpropertyReportException

(Inherited from VssException.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates the provided serialization info object with data.(Overrides TestObjectNotFoundException::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodInitialize(Int32, ObjectTypes)

(Inherited from TestObjectNotFoundException.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(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.

Return to top
Show: