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