Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a name contains more characters than allowed in the catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MaximumLimitException _
Inherits PropertyValidationException
'Usage
Dim instance As MaximumLimitException
[SerializableAttribute]
public class MaximumLimitException : PropertyValidationException
[SerializableAttribute]
public ref class MaximumLimitException : public PropertyValidationException
public class MaximumLimitException extends PropertyValidationException
Remarks
The MaximumLimitException is thrown because you attempting to use a name with more characters than allowed. The exception that is thrown when a name contains more characters than allowed in the catalog system.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.PropertyValidationException
Microsoft.CommerceServer.Catalog..::.MaximumLimitException
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.