Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / Logger Class / Assert Method / Assert(Boolean,String) Method
The value condition evaluates to
The message to log
In This Topic
    Assert(Boolean,String) Method
    In This Topic
    Assertion is logged for given condition with the given message
    Syntax
    public static void Assert( 
       bool condition,
       string message
    )

    Parameters

    condition
    The value condition evaluates to
    message
    The message to log
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also