Skip to content

Commit e65e652

Browse files
committed
[Modify] Replace it
1 parent 54b694f commit e65e652

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
@@ -273,7 +273,7 @@ public string CertificateFolderPath {
273273

274274
set {
275275
if (_disposed)
276-
throw new ObjectDisposedException (_objectName);
276+
throw new ObjectDisposedException (ObjectName);
277277

278278
_certFolderPath = value;
279279
}

0 commit comments

Comments
 (0)