7 instantiations of BuildErrorException
Microsoft.DotNet.XliffTasks (7)
Model\XlfDocument.cs (1)
84
throw new
BuildErrorException
($"The document '{sourceDocumentId}' has a duplicate node '{node.Id}'.");
Tasks\GatherXlf.cs (1)
76
throw new
BuildErrorException
(
Tasks\TaskItemExtensions.cs (1)
16
throw new
BuildErrorException
($"Item '{item}' is missing '{key}' metadata.");
Tasks\UpdateXlf.cs (3)
53
throw new
BuildErrorException
($"'{xlfPath}' for '{sourcePath}' does not exist. {HowToUpdate}");
57
throw new
BuildErrorException
($"Unable to load file: {xmlEx.Message}")
72
throw new
BuildErrorException
($"'{xlfPath}' is out-of-date with '{sourcePath}'. {HowToUpdate}");
Tasks\XlfTask.cs (1)
73
throw new
BuildErrorException
($"Unknown source file format '{format}'.")
1 reference to BuildErrorException
Microsoft.DotNet.XliffTasks (1)
Tasks\XlfTask.cs (1)
37
catch (
BuildErrorException
ex)