PortalLog.LaunchWatson Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Diagnostics
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub LaunchWatson ( _
ex As Exception _
)
'Usage
Dim ex As Exception
PortalLog.LaunchWatson(ex)
public static void LaunchWatson(
Exception ex
)
Parameters
- ex
Type: System.Exception
..