Sdílet prostřednictvím


StoredQueryNotFoundException – konstruktor (String, Exception, String, String)

Vytvoří novou instanci třídy StoredQueryNotFoundException.

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, _
    name As String, _
    guid As String _
)
public StoredQueryNotFoundException(
    string message,
    Exception innerException,
    string name,
    string guid
)
public:
StoredQueryNotFoundException(
    String^ message, 
    Exception^ innerException, 
    String^ name, 
    String^ guid
)
new : 
        message:string * 
        innerException:Exception * 
        name:string * 
        guid:string -> StoredQueryNotFoundException
public function StoredQueryNotFoundException(
    message : String, 
    innerException : Exception, 
    name : String, 
    guid : String
)

Parametry

  • innerException
    Typ: System.Exception
    Původní výjimce, která způsobila tuto výjimku aktuální.
  • guid
    Typ: System.String
    Identifikátor GUID pro uloženou proceduru.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

StoredQueryNotFoundException Třída

StoredQueryNotFoundException – přetížení

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