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 Exception
SPCacheConfig.LogException(e)
protected static void LogException(
Exception e
)
Parameters
- e
Type: System.Exception