DotNetOpenMail 0.5.7 (beta)

SmtpException Constructor (Int32, String, Exception)

Create a new instance of the SmtpException

[Visual Basic]
Public Sub New( _ 
   ByVal errorcode As Integer, _ 
   ByVal message As String, _ 
   ByVal inner As Exception _ 
)
[C#]
public SmtpException(
   int errorcode,
   string message,
   Exception inner
);
[C++]
public: SmtpException(
   int errorcode,
   String* message,
   Exception* inner
);
[JScript]
public function SmtpException(
   int errorcode,
   String message,
   Exception inner
);

Parameters

errorcode
The SMTP error code
message
The SMTP error message
inner
The inner exception

See Also

SmtpException Class | DotNetOpenMail Namespace | SmtpException Constructor Overload List