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

Writes a failure audit event. This indicates a security event that occurs when an audited access attempt fails; for example, a failed attempt to open a file.

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

Syntax

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

Parameters

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

See Also