Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / LogPostCheckoutError Method
The exception that occured
Ther order id of the order for which the error occurred
Ther order number of the order for which the error occurred
In This Topic
    LogPostCheckoutError Method
    In This Topic
    Logs a post-checkout error to error log
    Syntax
    protected void LogPostCheckoutError( 
       Exception ex,
       int orderId,
       int orderNumber
    )

    Parameters

    ex
    The exception that occured
    orderId
    Ther order id of the order for which the error occurred
    orderNumber
    Ther order number of the order for which the error occurred
    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