[Modify] Polish it

This commit is contained in:
sta 2020-02-15 17:39:37 +09:00
parent cba1a1a3e8
commit 10ded9d3fd

View File

@ -352,6 +352,7 @@ namespace WebSocketSharp.Net
{ {
if (_disposed) { if (_disposed) {
var name = GetType ().ToString (); var name = GetType ().ToString ();
throw new ObjectDisposedException (name); throw new ObjectDisposedException (name);
} }