Click or drag to resize
EmailQueueLimitException Constructor (Int32, String)
Instatiates a new instance of the EmailQueueLimitException class with a specified error message.

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

Parameters

limit
Type: SystemInt32
Limit that was exceeded
message
Type: SystemString
The message that describes the error
See Also