Costruttore StoredQueryNotFoundException (String, String, String)
Inizializza una nuova istanza di StoredQueryNotFoundException classe.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
name As String, _
guid As String _
)
public StoredQueryNotFoundException(
string message,
string name,
string guid
)
public:
StoredQueryNotFoundException(
String^ message,
String^ name,
String^ guid
)
new :
message:string *
name:string *
guid:string -> StoredQueryNotFoundException
public function StoredQueryNotFoundException(
message : String,
name : String,
guid : String
)
Parametri
- message
Tipo: System.String
il messaggio di errore.
- name
Tipo: System.String
Il nome della stored procedure.
- guid
Tipo: System.String
L'identificatore di GUID per la stored procedure.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
StoredQueryNotFoundException Classe
Overload StoredQueryNotFoundException
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client