SmtpException is thrown by many methods of Smtp class. The methods are masking various exception types into SmtpException, but the event message will be propagated. In case the cause for throwing SmtpException is not exception but invalid client operation or server response, SmtpException message will contain textual part of server response.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public class SmtpException : Exception
Visual Basic
Public Class SmtpException _
	Inherits Exception
Visual C++
public ref class SmtpException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.Email..::..SmtpException

See Also