Partager via


StoredQueryNotFoundException, classe

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

Hiérarchie d'héritage

Object
  Exception
    ApplicationException
      VssException
        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 EventId (Hérité de VssException.)
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 LogException (Hérité de VssException.)
Propriété publique LogLevel (Hérité de VssException.)
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 ObjectType Retourne le type de l'objet qui est introuvable. (Hérité de TestObjectNotFoundException.)
Propriété publique ReportException (Hérité de VssException.)
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édiats 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'objet spécifié est identique à l'objet actuel. (Hérité de Object.)
Méthode protégée Finalize Autorise un objet à tenter de libérer des ressources et à exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par une 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 par défaut. (Hérité de Object.)
Méthode publique GetObjectData Essentiel pour la sécurité. Remplit de données l'objet d'informations de sérialisation fourni. (Substitue TestObjectNotFoundException.GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetProperty``1 (Hérité de TeamFoundationServerException.)
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 Initialize (Hérité de TestObjectNotFoundException.)
Méthode protégée MemberwiseClone Crée une copie superficielle du Object actuel. (Hérité de Object.)
Méthode publique ToString Crée et retourne une chaîne représentant l'exception actuelle. (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