Condividi tramite


Costruttore StoredQueryNotFoundException (String, Exception, String, String)

Inizializza una nuova istanza della classe StoredQueryNotFoundException.

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: String

    Messaggio di errore.

  • innerException
    Tipo: Exception

    Eccezione originale che ha causato l'eccezione corrente.

  • name
    Tipo: String

    Nome della stored procedure.

  • guid
    Tipo: String

    Identificatore GUID della stored procedure.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StoredQueryNotFoundException Classe

Overload StoredQueryNotFoundException

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client