1 instantiation of MSBuildResXException
Microsoft.Build.Tasks.Core (1)
ResourceHandling\MSBuildResXReader.cs (1)
52throw new MSBuildResXException("Error reading resx", e);
2 references to MSBuildResXException
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (2)
1544catch (Exception e) when (!ExceptionHandling.NotExpectedIoOrXmlException(e) || e is MSBuildResXException) 2603catch (MSBuildResXException msbuildResXException)