Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / Currency Class / UpdateExchangeRate Method
When false, if an error occurs during the update process the error is logged and ignored. When true, the error is logged and then rethrown for the calling process
In This Topic
    UpdateExchangeRate Method
    In This Topic
    If an exchange rate provider is configured, this method will attempt to update the exchange rate based from the provider data.
    Syntax
    public virtual void UpdateExchangeRate( 
       bool throwOnError
    )

    Parameters

    throwOnError
    When false, if an error occurs during the update process the error is logged and ignored. When true, the error is logged and then rethrown for the calling process
    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