SmtpAuthenticationException Constructor (String, SmtpResponse, Exception)Ipswitch.Messaging.Framework
Constructor

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public SmtpAuthenticationException(
	string message,
	SmtpResponse response,
	Exception inner
)

Parameters

message
Type: SystemString
The exception message
response
Type: Ipswitch.Messaging.Framework.MailSmtpResponse
The SMTP response from the server
inner
Type: SystemException
The inner exception
See Also

Reference