Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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