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