Initializes a new instance of the SmtpException class with the specified SmtpResponse.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Sub New ( _
	response As SmtpResponse _
)
C#
public SmtpException(
	SmtpResponse response
)

Parameters

response
Type: Rebex.Net..::..SmtpResponse
The SmtpResponse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also