SocketTools .NET Edition

SmtpClientException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.SmtpClientException

[Visual Basic]
Public Class SmtpClientException
    Inherits ApplicationException
[C#]
public class SmtpClientException : ApplicationException

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.

Remarks

A SmtpClientException is thrown by the SmtpClient class when an error occurs.

The default constructor for the SmtpClientException class sets the ErrorCode property to the last client error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.SmtpClient (in SocketTools.SmtpClient.dll)

See Also

SmtpClientException Members | SocketTools Namespace