Costruttore StoredQueryNotFoundException (String, Exception, 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, _
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
)
Parametri
- message
Tipo: System.String
il messaggio di errore.
- innerException
Tipo: System.Exception
L'eccezione originale che ha causato l'eccezione corrente.
- 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