Catalyst Internet Mail .NET

InternetMailException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.InternetMailException

[Visual Basic]
Public Class InternetMailException
    Inherits ApplicationException
[C#]
public class InternetMailException : 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 InternetMailException is thrown by the InternetMail class when an error occurs.

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

Requirements

Namespace: SocketTools

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

See Also

InternetMailException Members | SocketTools Namespace