SPCacheConfig.LogException method
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Shared Sub LogException ( _
e As Exception _
)
'Usage
Dim e As ExceptionSPCacheConfig.LogException(e)
protected static void LogException(
Exception e
)
Parameters
- e
Type: System.Exception