PortalLog.LaunchWatson 方法
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.Office.Server.Diagnostics
程序集: Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)
语法
声明
Public Shared Sub LaunchWatson ( _
ex As Exception _
)
用法
Dim ex As ExceptionPortalLog.LaunchWatson(ex)
public static void LaunchWatson(
Exception ex
)
参数
ex
类型:System.Exception..