wManager.Wow.Helpers Namespace
WRobot

Logging..::..WriteError Method

Write error log.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static void WriteError(
	string text,
	bool skipThreadAbortExceptionError
)
Public Shared Sub WriteError ( _
	text As String, _
	skipThreadAbortExceptionError As Boolean _
)
public:
static void WriteError(
	String^ text, 
	bool^ skipThreadAbortExceptionError
)

Parameters

text
Type: String
The text.
skipThreadAbortExceptionError
Type: Boolean
if set to true [skip thread abort exception error].