Add a new overload of GetString to DiagnosticInfo that accepts a ResourceManager instance that will be used to query for the error message description.
This allows translations or other error message customizations to be done in another resource file outside XmlParser.
Add a new overload of
GetString
to DiagnosticInfo that accepts a ResourceManager instance that will be used to query for the error message description.This allows translations or other error message customizations to be done in another resource file outside XmlParser.