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

Writes generated Exception on the event log, the exception is recorded as an error.

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

Syntax

C#
public static void WriteException(
	Exception e
)
Visual Basic (Declaration)
Public Shared Sub WriteException ( _
	e As Exception _
)
Visual C++
public:
static void WriteException(
	Exception^ e
)

Parameters

e
Type: System..::.Exception
The Exception

See Also