Email Factory for .NET

SmtpException Class

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.

For a list of all members of this type, see SmtpException Members.

System.Object
   System.Exception
      Jscape.Email.SmtpException

public class SmtpException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Jscape.Email

Assembly: Jscape.Email (in Jscape.Email.dll)

See Also

SmtpException Members | Jscape.Email Namespace