Table of Contents

Constructor MailboxQueryPageSizeOutOfRangeException

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

MailboxQueryPageSizeOutOfRangeException(int, int)

Initializes the failure for one rejected page size.

public MailboxQueryPageSizeOutOfRangeException(int requestedPageSize, int maximumPageSize)

Parameters

requestedPageSize int

The page size the request asked for.

maximumPageSize int

The greatest page size the query serves.