text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Variables that are not modified should be made const.
Variable '{0}' can be made constant.
Variable can be made const
Methods marked with UnmanagedCallersOnlyAttribute must wrap their logic in a try-catch statement, to ensure that no exception is leaks out of the C# runtime.
Wrap in try-catch-Statement
Method '{0}' must wrap it's logic in a try-catch-Statement
UnmanagedCallersOnly-Methods must catch all exceptions.
Make constant