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

Overload List

  NameDescription
Public methodStatic memberAssert(Boolean)
Traces an assertion, the assertion is only traced if it is false. This works only if the AssertFail switch is set in web.config
Public methodStatic memberAssert(Boolean, String)
Traces an asertion, the assertion is only traced if it is false. This works only if the AssertFail switch is set in web.config
Public methodStatic memberAssert(Boolean, String, String)
Traces an asertion, the assertion is only traced if it is false. This works only if the AssertFail switch is set in web.config

See Also