Sdílet prostřednictvím


InvalidQueryException – konstruktor (String, Exception, String)

Inicializuje novou instanci InvalidQueryException třídy pomocí poskytnutého zprávy, vnitřní výjimka a řetězec dotazu.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    queryText As String _
)
public InvalidQueryException(
    string message,
    Exception innerException,
    string queryText
)
public:
InvalidQueryException(
    String^ message, 
    Exception^ innerException, 
    String^ queryText
)
new : 
        message:string * 
        innerException:Exception * 
        queryText:string -> InvalidQueryException
public function InvalidQueryException(
    message : String, 
    innerException : Exception, 
    queryText : String
)

Parametry

  • innerException
    Typ: System.Exception
    Původní výjimce způsobil výjimku aktuální.
  • queryText
    Typ: System.String
    Řetězec dotazu, která problém způsobila.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

InvalidQueryException Třída

InvalidQueryException – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů