Udostępnij za pośrednictwem


Klasa InvalidQueryException

Reprezentuje wyjątek, który jest generowany, gdy ciąg kwerendy nie jest prawidłową pracę elementu kwerendy języka (WIQL).

Hierarchia dziedziczenia

Object
  Exception
    ApplicationException
      VssException
        TeamFoundationServerException
          Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementValidationException
              Microsoft.TeamFoundation.TestManagement.Client.InvalidQueryException

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
<SerializableAttribute> _
Public Class InvalidQueryException _
    Inherits TestManagementValidationException
[SerializableAttribute]
public class InvalidQueryException : TestManagementValidationException
[SerializableAttribute]
public ref class InvalidQueryException : public TestManagementValidationException
[<SerializableAttribute>]
type InvalidQueryException =  
    class 
        inherit TestManagementValidationException 
    end
public class InvalidQueryException extends TestManagementValidationException

Typ InvalidQueryException uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda chroniona InvalidQueryException(SerializationInfo, StreamingContext) Inicjuje nowe wystąpienie InvalidQueryException klasy do serializacji.
Metoda publiczna InvalidQueryException(String, String) Inicjuje nowe wystąpienie InvalidQueryException klasy przy użyciu podanego ciągu wiadomości i kwerendy.
Metoda publiczna InvalidQueryException(String, Exception, String) Inicjuje nowe wystąpienie InvalidQueryException klasy przy użyciu dostarczonego wiadomości, wyjątek wewnętrzny i ciągu kwerendy.

Początek

Właściwości

  Nazwa Opis
Właściwość publiczna Data (Odziedziczone z TeamFoundationServerException).
Właściwość publiczna ErrorCode Zwraca lub ustawia kod błędu. (Odziedziczone z TestManagementException).
Właściwość publiczna EventId (Odziedziczone z VssException).
Właściwość publiczna HelpLink Gets or sets a link to the help file associated with this exception. (Odziedziczone z Exception).
Właściwość chroniona HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Odziedziczone z Exception).
Właściwość publiczna InnerException Gets the Exception instance that caused the current exception. (Odziedziczone z Exception).
Właściwość publiczna IsRemoteException (Odziedziczone z TeamFoundationServerException).
Właściwość publiczna LogException (Odziedziczone z VssException).
Właściwość publiczna LogLevel (Odziedziczone z VssException).
Właściwość publiczna Message Gets a message that describes the current exception. (Odziedziczone z Exception).
Właściwość publiczna QueryText Pobiera ciąg kwerendy, która spowodowała wyjątek.
Właściwość publiczna ReportException (Odziedziczone z VssException).
Właściwość publiczna Source Gets or sets the name of the application or the object that causes the error. (Odziedziczone z Exception).
Właściwość publiczna StackTrace Gets a string representation of the immediate frames on the call stack. (Odziedziczone z Exception).
Właściwość publiczna TargetSite Gets the method that throws the current exception. (Odziedziczone z Exception).

Początek

Metody

  Nazwa Opis
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetBaseException When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Odziedziczone z Exception).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetObjectData Krytyczny pod względem zabezpieczeń Wypełnia informacje serializacji przy użyciu danych. (Zastępuje TestManagementException.GetObjectData(SerializationInfo, StreamingContext)).
Metoda publiczna GetProperty``1 (Odziedziczone z TeamFoundationServerException).
Metoda publiczna GetType Gets the runtime type of the current instance. (Odziedziczone z Exception).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna ToString Creates and returns a string representation of the current exception. (Odziedziczone z Exception).

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client