Click or drag to resize
EmailQueueLimitException Constructor (Int32)
Instatiates a new instance of the EmailQueueLimitException class.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public EmailQueueLimitException(
	int limit
)

Parameters

limit
Type: SystemInt32
Limit that was exceeded
See Also