MailBee.NET Objects 4.0

MailBeeGetLocalHostNameException Class

The exception that is thrown if an attempt to get the local host name through the call of Dns class methods failed.

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeGetHostNameException
                  MailBee.MailBeeGetLocalHostNameException

public class MailBeeGetLocalHostNameException : MailBeeGetHostNameException

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

When this exception is thrown, InnerException property always contains the original exception thrown by Dns class.

Requirements

Namespace: MailBee

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeGetLocalHostNameException Members | MailBee Namespace