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