[Modify] Polish it

This commit is contained in:
sta 2020-02-15 17:40:52 +09:00
parent 10ded9d3fd
commit 860fbdb6b5

View File

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