DotNetOpenMail 0.5.7 (beta)

MailException Class

General Mail Exception, including network errors, connection errors, and configuration errors.

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

System.Object
   System.Exception
      DotNetOpenMail.MailException

[Visual Basic]
Public Class MailException
    Inherits Exception
[C#]
public class MailException : Exception
[C++]
public __gc class MailException : public Exception
[JScript]
public class MailException extends 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: DotNetOpenMail

Assembly: DotNetOpenMail (in DotNetOpenMail.dll)

See Also

MailException Members | DotNetOpenMail Namespace