Share via


SearchRecordsPerPageException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that is thrown when a search request is made for a number of records per page that is greater than the system configured limit.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class SearchRecordsPerPageException _
    Inherits SearchException _
    Implements ISerializable
'Usage
Dim instance As SearchRecordsPerPageException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class SearchRecordsPerPageException : SearchException, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class SearchRecordsPerPageException : public SearchException, 
    ISerializable
public class SearchRecordsPerPageException extends SearchException implements ISerializable

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.SearchException
      Microsoft.CommerceServer..::.SearchRecordsPerPageException

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

SearchRecordsPerPageException Members

Microsoft.CommerceServer Namespace