Click or drag to resize

MimeMessageException Constructor (String)

Initializes a new instance of the MimeMessageException

Namespace:  SMTPRouter
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public MimeMessageException(
	string message
)

Parameters

message
Type: SystemString
The Exception Message
See Also