R
Ray Cassick \(Home\)
I am running the code for a code assembly through FXCop here and it seems to
be throwing a fit each time I pass in some descriptive text into the
constructor for various exceptions I am throwing.
FXCop says that I should be grabbing the text from a string resource so that
it can be localized based on the current culture info.
If this was text that was going to be displayed in a GUI that might be used
in a different country I might be worried about it but this is just
exception text most likely to only be seen by a developer.
Any opinions from the group on this one? Should I really care in this case
and take the time localize my exception strings into other languages?
be throwing a fit each time I pass in some descriptive text into the
constructor for various exceptions I am throwing.
FXCop says that I should be grabbing the text from a string resource so that
it can be localized based on the current culture info.
If this was text that was going to be displayed in a GUI that might be used
in a different country I might be worried about it but this is just
exception text most likely to only be seen by a developer.
Any opinions from the group on this one? Should I really care in this case
and take the time localize my exception strings into other languages?