EmailQueueLimitException Constructor (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..
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public EmailQueueLimitException(
int limit,
string message,
Exception innerException
)
Parameters
- limit
- Type: SystemInt32
Limit that was exceeded - message
- Type: SystemString
The message that describes the error - innerException
- Type: SystemException
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also