Table of Contents

Constructor EmailSearchResultLimitOutOfRangeException

Namespace
MailFathom.Application.Emails.Search
Assembly
MailFathom.Application.dll

EmailSearchResultLimitOutOfRangeException(int, int)

Initializes the failure for one rejected result count.

public EmailSearchResultLimitOutOfRangeException(int requestedResultLimit, int maximumResultLimit)

Parameters

requestedResultLimit int

The number of results the request asked for.

maximumResultLimit int

The greatest number of results the search serves.