[This is preliminary documentation and is subject to change.]

Writes an error event. This indicates a significant problem the user should know about; usually a loss of functionality or data.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void WriteError(
	string str
)
Visual Basic (Declaration)
Public Shared Sub WriteError ( _
	str As String _
)
Visual C++
public:
static void WriteError(
	String^ str
)

Parameters

str
Type: System..::.String
The string which needs to be written to the log file.

See Also