Click or drag to resize

MessageNotQueuedException Constructor (MimeMessage, Exception)

Initializes a new instance of the MessageNotQueuedException

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public MessageNotQueuedException(
	MimeMessage mimeMessage,
	Exception innerException
)

Parameters

mimeMessage
Type: MimeMessage
The Message that could not be queued
innerException
Type: SystemException
The inner exception that caused the message to not be routed properly
See Also