Commit 6ee177e
Fix ObjectDisposedException message
The call to ObjectDisposedThrowHelper.ThrowIf expects an instance or a type. This code was passing a name, which resulted in an error message resembling:
System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.String'.1 parent 9cd97ce commit 6ee177e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| |||
0 commit comments