Compartilhar via


Construtor StoredQueryNotFoundException (String, Exception, String, String)

 

Inicializa uma nova instância da classe StoredQueryNotFoundException.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

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 Sub New (
    message As String,
    innerException As Exception,
    name As String,
    guid As String
)

Parâmetros

  • message
    A mensagem de erro.
  • innerException
    A exceção original que provocou essa exceção atual.
  • name
    O nome do procedimento armazenado.
  • guid
    O identificador GUID para o procedimento armazenado.

Consulte também

StoredQueryNotFoundException Sobrecarga
Classe StoredQueryNotFoundException
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo