[Modify] Polish it
This commit is contained in:
parent
048077c837
commit
d9e436488c
@ -591,7 +591,7 @@ namespace WebSocketSharp.Net
|
||||
internal void CheckDisposed ()
|
||||
{
|
||||
if (_disposed)
|
||||
throw new ObjectDisposedException (GetType ().ToString ());
|
||||
throw new ObjectDisposedException (_objectName);
|
||||
}
|
||||
|
||||
internal string GetRealm ()
|
||||
|
Loading…
Reference in New Issue
Block a user