Compartir a través de


StoredQueryNotFoundException (Constructor) (String, Exception, String, String)

Inicializa una nueva instancia de la clase StoredQueryNotFoundException.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • innerException
    Tipo: System.Exception
    Excepción original que causó esta excepción actual.
  • guid
    Tipo: System.String
    Identificador GUID para el procedimiento almacenado.

Seguridad de .NET Framework

Vea también

Referencia

StoredQueryNotFoundException Clase

StoredQueryNotFoundException (Sobrecarga)

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)