Table of Contents

Constructor JobPayloadTooLargeException

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

JobPayloadTooLargeException(JobType, int, int)

Initializes a new refusal naming the type, the bound, and the size that exceeded it.

public JobPayloadTooLargeException(JobType jobType, int serializedByteCount, int maximumByteCount)

Parameters

jobType JobType

The job type whose payload was composed.

serializedByteCount int

How many bytes the serialized document occupies.

maximumByteCount int

The greatest number of bytes the enqueue boundary accepts.