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
- message
Typ: System.String
Chybová zpráva.
- innerException
Typ: System.Exception
Původní výjimce, která způsobila tuto výjimku aktuální.
- name
Typ: System.String
Název uložené procedury.
- guid
Typ: System.String
Identifikátor GUID pro uloženou proceduru.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
StoredQueryNotFoundException Třída