Partager via


StoredQueryNotFoundException, classe

Représente l'exception levée lorsque la requête stockée est introuvable.

Hiérarchie d'héritage

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.TeamFoundation.TeamFoundationServerException
        Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
          Microsoft.TeamFoundation.TestManagement.Client.TestObjectNotFoundException
            Microsoft.TeamFoundation.TestManagement.Client.StoredQueryNotFoundException

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class StoredQueryNotFoundException _
    Inherits TestObjectNotFoundException
[SerializableAttribute]
public class StoredQueryNotFoundException : TestObjectNotFoundException
[SerializableAttribute]
public ref class StoredQueryNotFoundException : public TestObjectNotFoundException
[<SerializableAttribute>]
type StoredQueryNotFoundException =  
    class
        inherit TestObjectNotFoundException
    end
public class StoredQueryNotFoundException extends TestObjectNotFoundException

Le type StoredQueryNotFoundException expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée StoredQueryNotFoundException(SerializationInfo, StreamingContext) Initialise une nouvelle instance de la classe StoredQueryNotFoundException pour la sérialisation.
Méthode publique StoredQueryNotFoundException(String, String, String) Initialise une nouvelle instance de la classe StoredQueryNotFoundException.
Méthode publique StoredQueryNotFoundException(String, Exception, String, String) Initialise une nouvelle instance de la classe StoredQueryNotFoundException.

Début

Propriétés

  Nom Description
Propriété publique Data (Hérité de TeamFoundationServerException.)
Propriété publique ErrorCode Obtient ou définit le code d'erreur. (Hérité de TestManagementException.)
Propriété publique Guid Obtient l'identificateur GUID de la procédure stockée.
Propriété publique HelpLink Obtient ou définit un lien vers le fichier d'aide associé à cette exception. (Hérité de Exception.)
Propriété protégée HResult Obtient ou définit HRESULT, valeur numérique codée qui est assignée à une exception spécifique. (Hérité de Exception.)
Propriété publique Id Obtient l'ID de l'objet introuvable. (Hérité de TestObjectNotFoundException.)
Propriété publique InnerException Obtient l'instance Exception qui a provoqué l'exception actuelle. (Hérité de Exception.)
Propriété publique IsRemoteException (Hérité de TeamFoundationServerException.)
Propriété publique Message Obtient un message qui décrit l'exception actuelle. (Hérité de Exception.)
Propriété publique Name Obtient le nom de la procédure stockée qui est introuvable.
Propriété publique RemoteExceptionCode (Hérité de TeamFoundationServerException.)
Propriété publique Source Obtient ou définit le nom de l'application ou de l'objet qui est à l'origine de l'erreur. (Hérité de Exception.)
Propriété publique StackTrace Obtient une représentation sous forme de chaîne des frames immédiates sur la pile des appels. (Hérité de Exception.)
Propriété publique TargetSite Obtient la méthode qui lève l'exception actuelle. (Hérité de Exception.)

Début

Méthodes

  Nom Description
Méthode publique Equals Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publique GetBaseException En cas de substitution dans une classe dérivée, retourne Exception qui est à l'origine d'une ou de plusieurs exceptions suivantes. (Hérité de Exception.)
Méthode publique GetHashCode Sert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode publique GetObjectData Remplit de données l'objet d'informations de sérialisation fourni. (Substitue TestObjectNotFoundException.GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType Obtient le type au moment de l'exécution de l'instance actuelle. (Hérité de Exception.)
Méthode protégée MemberwiseClone Crée une copie superficielle de l'objet Object actif. (Hérité de Object.)
Méthode publique ToString Crée et retourne une chaîne représentant l'exception en cours. (Hérité de Exception.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

TestObjectNotFoundException