I have this code
new ResourceManager(base_name, this.TargetType.Assembly).GetString(base.DisplayNameValue);
taken in try-catch. The likelihood that the resource will not be, and will require an alternative method of obtaining a result is great. When a lot of calls to non-existent resources, the program slows down.
How to check resource availability before trying to get it?