Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Traffic exceptions.

Namespace:  SharedCache.WinServiceCommon.Handler
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static void TrafficException(
	string msg,
	Exception ex
)
Visual Basic (Declaration)
Public Shared Sub TrafficException ( _
	msg As String, _
	ex As Exception _
)
Visual C++
public:
static void TrafficException(
	String^ msg, 
	Exception^ ex
)

Parameters

msg
Type: System..::.String
The MSG.
ex
Type: System..::.Exception
The ex.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Handler.LogHandler.TrafficException(System.String,System.Exception)"]

See Also