[Modify] Polish it

This commit is contained in:
sta 2020-02-15 17:38:25 +09:00
parent 650ccc9daf
commit cba1a1a3e8

View File

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