Table of Contents

Method ScheduleUnreadable

Namespace
MailFathom.Application.Mail.Delivery.Submission
Assembly
MailFathom.Application.dll

ScheduleUnreadable(string)

Reports a repetition written in a form the schedule syntax does not name.

public static MailSubmissionRefusedException ScheduleUnreadable(string described)

Parameters

described string

What is wrong with the declaration, in the words the syntax itself states its rules in.

Returns

MailSubmissionRefusedException

The failure to raise.

Remarks

The description is the schedule syntax's own, carried through rather than restated, so a caller reads one account of the forms a repetition may be written in wherever they meet the refusal. It names the forms and the bounds and never the message, which is the same rule every refusal here obeys.

Exceptions

ArgumentException

Thrown when described is blank.