TeamFoundationRequestContext.TraceThrow<TException> 方法 (Int32, String, String, TException)

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
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

类型参数

  • TException

参数

  • exception
    类型:TException

返回值

类型:TException

.NET Framework 安全性

请参阅

参考

TeamFoundationRequestContext 类

TraceThrow 重载

Microsoft.TeamFoundation.Framework.Server 命名空间