Click or drag to resize
EmailQueueLimitException Class
Represents errors that occur during the email generating once the provided license does not cover FullContactManagement and number of generated emails exceeds the limit.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.NewslettersEmailQueueLimitException

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class EmailQueueLimitException : Exception

The EmailQueueLimitException type exposes the following members.

Constructors
  NameDescription
Public methodEmailQueueLimitException(Int32)
Instatiates a new instance of the EmailQueueLimitException class.
Public methodEmailQueueLimitException(Int32, String)
Instatiates a new instance of the EmailQueueLimitException class with a specified error message.
Protected methodEmailQueueLimitException(SerializationInfo, StreamingContext)
Instatiates a new instance of the EmailQueueLimitException class with serialized data.
Public methodEmailQueueLimitException(Int32, String, Exception)
Instatiates a new instance of the EmailQueueLimitException class with a specified error message and a reference to the inner exception that is the cause of this exception..
Top
Properties
  NameDescription
Public propertyLimit
Gets the limit that was exceeded.
Top
See Also