[Modify] Polish it
This commit is contained in:
parent
58b5c971b7
commit
1aacb44629
@ -287,7 +287,8 @@ namespace WebSocketSharp.Server
|
||||
throw new ArgumentException ("Not a local IP address.", "address");
|
||||
|
||||
if (!port.IsPortNumber ()) {
|
||||
var msg = "Less than 1 or greater than 65535.";
|
||||
var msg = "It is less than 1 or greater than 65535.";
|
||||
|
||||
throw new ArgumentOutOfRangeException ("port", msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user