Click or drag to resize

IApplicationWriteToErrorLog Method

Write a message, [code], [function], [module], [lineNo] to the error log

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void WriteToErrorLog(
	string i_Message,
	[OptionalAttribute] int i_Code,
	[OptionalAttribute] string i_Function,
	[OptionalAttribute] string i_Module,
	[OptionalAttribute] int i_LineNo
)

Parameters

i_Message
Type: SystemString
i_Code (Optional)
Type: SystemInt32
i_Function (Optional)
Type: SystemString
i_Module (Optional)
Type: SystemString
i_LineNo (Optional)
Type: SystemInt32
See Also