System.ArgumentNullException
Value cannot be null. (Parameter 'source')
An unhandled exception occurred on line 95
93 |
|
---|---|
94 |
|
95 |
|
96 |
|
97 |
|
Solution
In my specific case, I was trying to access an object that was null. So I just added a "?" conditional check to fix the issue.
Feb 03, 2021
•
Anyone
Install the browser extension
Found this solution helpful? Try our extension for quick solutions to your .NET errors.
Add to Chrome - It's free
2 replies
Ben
Nice work!
Uchenna
Thanks Ben ;)