Click or drag to resize
EmailQueueLimitException Constructor (SerializationInfo, StreamingContext)
Instatiates a new instance of the EmailQueueLimitException class with serialized data.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
protected EmailQueueLimitException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The EmailQueueLimitException that holds the serialized object data about the exception being thrown
context
Type: System.Runtime.SerializationStreamingContext
The EmailQueueLimitException that contains contextual information about the source or destination
See Also