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

Traces an assertion, the assertion is only traced if it is false. This works only if the AssertFail switch is set in web.config

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

Syntax

C#
public static void Assert(
	bool bval
)
Visual Basic (Declaration)
Public Shared Sub Assert ( _
	bval As Boolean _
)
Visual C++
public:
static void Assert(
	bool bval
)

Parameters

bval
Type: System..::.Boolean
The boolean value of the assertion

See Also