The exception that is thrown when an error occurs while using Smtp component.

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

Syntax

Visual Basic
Public Class SmtpException _
	Inherits NetworkSessionException
C#
public class SmtpException : NetworkSessionException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Rebex.Net..::..NetworkSessionException
      Rebex.Net..::..SmtpException

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also