The exception that is thrown when underlying socket operation detects the remote machine refused the connection (which usually means no server program is running on the remote host) and throws SocketException.
For a list of all members of this type, see MailBeeSocketRefusedException Members.
System.Object
System.Exception
System.ApplicationException
MailBee.MailBeeException
MailBee.MailBeeNetworkException
MailBee.MailBeeRemoteHostException
MailBee.MailBeeConnectionException
MailBee.MailBeeSocketException
MailBee.MailBeeSocketRefusedException
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This error corresponds to WSAECONNREFUSED Win32 error. InnerException property contains the original SocketException.
Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll)
MailBeeSocketRefusedException Members | MailBee Namespace