MacroDebugLogMacroFailure Method |
Logs the failure information.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static void LogMacroFailure(
string expression,
string errMessage,
string eventLogCode
)
Parameters
- expression
- Type: SystemString
Expression the evaluation of which failed - errMessage
- Type: SystemString
Error message to log - eventLogCode
- Type: SystemString
Event log code
See Also