J
Jon Skeet [C# MVP]
I've just been trying to log exception messages, and discovered that
SqlCeException.Message hides Exception.Message. Why is this? What on
earth is the benefit of the base Exception.Message always returning an
empty string? It's making the logging code much more tortuous -
although admittedly I'm now walking through all the errors and logging
each of them in turn.
SqlCeException.Message hides Exception.Message. Why is this? What on
earth is the benefit of the base Exception.Message always returning an
empty string? It's making the logging code much more tortuous -
although admittedly I'm now walking through all the errors and logging
each of them in turn.