[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Assert(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
|
![]() ![]() | Assert(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
|
![]() ![]() | Assert(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
|