Click or drag to resize

LoggerComposeExceptionMessage Method (String, Exception)

Namespace:  EDK4Net.Log
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
public static void ComposeExceptionMessage(
	ref string msg,
	Exception e
)

Parameters

msg
Type: SystemString
e
Type: SystemException
See Also