ConfiguredLimitExceededException Class

The exception that is thrown when limits that are defined in Web.config have been exceeded.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ConfiguredLimitExceededException _
    Inherits Exception
'Usage
Dim instance As ConfiguredLimitExceededException
[SerializableAttribute]
public class ConfiguredLimitExceededException : Exception
[SerializableAttribute]
public ref class ConfiguredLimitExceededException : public Exception
public class ConfiguredLimitExceededException extends Exception

Remarks

ConfiguredLimitExceededException is typically thrown during an Add operation to a collection where the total allowable number of elements is exceeded. However, ConfiguredLimitExceededException can also be thrown during creation of a new order basket.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Runtime.Orders..::.ConfiguredLimitExceededException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConfiguredLimitExceededException Members

Microsoft.CommerceServer.Runtime.Orders Namespace