MailBee.NET Objects 4.0

MailBeeGetRemoteHostNameException Class

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

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

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

public class MailBeeGetRemoteHostNameException : 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

MailBeeGetRemoteHostNameException Members | MailBee Namespace