Click or drag to resize

SOApplicationClassWriteToErrorLog Method

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public virtual 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

Implements

IApplicationWriteToErrorLog(String, Int32, String, String, Int32)
See Also