MailBee.NET Objects 4.0

MailBeeBatchException Class

The exception that is thrown when certain job in a batch of scheduled jobs fails and the component is configured to cancel processing in this case.

For a list of all members of this type, see MailBeeBatchException Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeBatchException

public class MailBeeBatchException : MailBeeException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This exception typically occurs when Smtp component performs sending out multiple messages (bulk mail merge) and sending of certain mail message fails. This exception won't occur, however, if the component is allowed to skip failed messages and proceed (StopJobsOnError is false).

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeBatchException Members | MailBee Namespace