[Modify] Polish it
This commit is contained in:
@@ -182,7 +182,7 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
var addr = host.ToIPAddress ();
|
var addr = host.ToIPAddress ();
|
||||||
if (addr == null) {
|
if (addr == null) {
|
||||||
msg = "It could not be converted to an IP address.";
|
msg = "The host part could not be converted to an IP address.";
|
||||||
throw new ArgumentException (msg, "url");
|
throw new ArgumentException (msg, "url");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user