ILogHelperException Method

Exception紀錄

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Log.LogHelper (in eBizprise.Framework.Log.LogHelper.dll) Version: 25.0.4.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
void Exception(
	string logMessage,
	Exception exception,
	params Object[] messageObjects
)

Parameters

logMessage  String

[Missing <param name="logMessage"/> documentation for "M:eBizprise.Framework.ILogHelper.Exception(System.String,System.Exception,System.Object[])"]

exception  Exception

[Missing <param name="exception"/> documentation for "M:eBizprise.Framework.ILogHelper.Exception(System.String,System.Exception,System.Object[])"]

messageObjects  Object

[Missing <param name="messageObjects"/> documentation for "M:eBizprise.Framework.ILogHelper.Exception(System.String,System.Exception,System.Object[])"]

See Also