Method PageSizeOutOfRange
- Namespace
- MailFathom.Application.Contacts.Failures
- Assembly
- MailFathom.Application.dll
PageSizeOutOfRange(int)
Refuses a page size outside the range the book serves.
public static ContactQueryInvalidException PageSizeOutOfRange(int maximumPageSize)
Parameters
maximumPageSizeintThe greatest page size a listing may ask for.
Returns
- ContactQueryInvalidException
The failure to raise.