GetHostEntryFailed Property

MySQL Connector/Net

Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}..

Namespace:  MySql.Data.MySqlClient.Properties
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public static string GetHostEntryFailed { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property GetHostEntryFailed As String
Visual C++
public:
static property String^ GetHostEntryFailed {
	String^ get ();
}

See Also