SearchAdminDashboardWebpart.LogException Method
Logs the specified exception.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Shared Sub LogException ( _
e As Exception _
)
'Usage
Dim e As Exception
SearchAdminDashboardWebpart.LogException(e)
protected static void LogException(
Exception e
)
Parameters
- e
Type: System.Exception
The exception to log.
See Also
Reference
SearchAdminDashboardWebpart Class