EmailQueueLimitException Constructor (Int32, String) |
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax 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