Is it an exception or is it an error?
Perhaps a dumb question, but with the introduction of the term "Exception" (at least to me) in .NET I find myself using this term instead of "Error".
Now, I have struggled with re-training users to think in terms of exceptions and not errors. Like "The System encountered a fatal exception" vs a
"fatal error".
Am I the only one thinking like this? If not, would we be confusing users if we starting talking about exceptions vs. errors?
Like "Send me a copy of the exception" or, as our application does "The exception has been emailed to support". Will this confuse users and, if it does, is this a good thing long term to get them thinking about exceptions and not errors?