Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Logging Message and Exception around synchronizing data
Namespace:
SharedCache.WinServiceCommon.HandlerAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static void SyncDebugException( string msg, Exception ex ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub SyncDebugException ( _ msg As String, _ ex As Exception _ ) |
| Visual C++ |
|---|
public: static void SyncDebugException( String^ msg, Exception^ ex ) |
Parameters
- msg
- Type: System..::.String
The MSG. A String Object.
- ex
- Type: System..::.Exception
The ex. A Exception Object.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.LogHandler.SyncDebugException(System.String,System.Exception)"]