SocketTools .NET Edition

MailMessageException Class

The exception that is thrown when a client error occurs.

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

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.MailMessageException

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

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

Requirements

Namespace: SocketTools

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

See Also

MailMessageException Members | SocketTools Namespace