SearchRecordsPerPageException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the SearchRecordsPerPageException class.
Overload List
Name | Description | |
---|---|---|
SearchRecordsPerPageException()()() | Initializes a new instance of the SearchRecordsPerPageException class. | |
SearchRecordsPerPageException(String) | Initializes a new instance of the SearchRecordsPerPageException class with the specified error message. | |
SearchRecordsPerPageException(SerializationInfo, StreamingContext) | Initializes a new instance of the SearchRecordsPerPageException class with the specified serialization and streaming context information. | |
SearchRecordsPerPageException(String, Exception) | Initializes a new instance of the SearchRecordsPerPageException class with a specified error message and inner exception that is the cause of this exception. | |
SearchRecordsPerPageException(String, Int32, Int32) | Initializes a new instance of the SearchRecordsPerPageException class with a specified error message, a reference to the requested records per page, and the maximum number of records per page. | |
SearchRecordsPerPageException(String, Int32, Int32, Exception) | Initializes a new instance of the SearchRecordsPerPageException class with a specified error message, a reference to the requested records per page, the maximum number of records per page. and an inner exception that is the cause of this exception. |
Top
Remarks
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.
See Also
Reference
SearchRecordsPerPageException Class