|
|
|
|
|
by kmc059000
3613 days ago
|
|
This is usually where I get NREs too and is the most frustrating. When using object initializers, the line number is the same for the entire initializer, so you don't get much help in determining exactly which line the exception was on. I imagine there is a reason why it's hard, but it seems like it should be easy and incredibly valuable to know which property assignment caused the exception. Regardless, I agree that this is a major source of NREs |
|