In the Microsoft Developer Network documentation, there's that sentence in the description of the Exception.ToString
method:
Where the exception contains culture-sensitive data, the string representation returned by ToString is required to take into account the current system culture.
What does it means? Does it means that if the language of the system is French, then the returned message will be in French?