LogHelper.DebugErrorMsg Method (Exception, String)

DCSoft.DBUtilityGeneric

LogHelperDebugErrorMsg Method (Exception, String)
debug错误日志

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static void DebugErrorMsg(
	Exception ex,
	string info
)

Parameters

ex
Type: SystemException
异常对象
info
Type: SystemString
错误字符信息
See Also