[Modify] Polish it

This commit is contained in:
sta 2021-05-07 19:09:59 +09:00
parent 048077c837
commit d9e436488c

View File

@ -591,7 +591,7 @@ namespace WebSocketSharp.Net
internal void CheckDisposed () internal void CheckDisposed ()
{ {
if (_disposed) if (_disposed)
throw new ObjectDisposedException (GetType ().ToString ()); throw new ObjectDisposedException (_objectName);
} }
internal string GetRealm () internal string GetRealm ()