Compartir a través de


TeamFoundationRequestContext.TraceThrow<TException> (Método) (Int32, String, String, TException)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Overridable Function TraceThrow(Of TException As Exception) ( _
    tracepoint As Integer, _
    area As String, _
    layer As String, _
    exception As TException _
) As TException
public virtual TException TraceThrow<TException>(
    int tracepoint,
    string area,
    string layer,
    TException exception
)
where TException : Exception

Parámetros de tipo

  • TException

Parámetros

  • exception
    Tipo: TException

Valor devuelto

Tipo: TException

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationRequestContext Clase

TraceThrow (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)