Skip to content

Commit 544fd4a

Browse files
committed
[Modify] Replace it
1 parent d40f926 commit 544fd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public bool IgnoreWriteExceptions {
305305

306306
set {
307307
if (_disposed)
308-
throw new ObjectDisposedException (_objectName);
308+
throw new ObjectDisposedException (ObjectName);
309309

310310
_ignoreWriteExceptions = value;
311311
}

0 commit comments

Comments
 (0)