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 );
SmtpException Class | DotNetOpenMail Namespace | SmtpException Constructor Overload List