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)