7 instantiations of BuildErrorException
Microsoft.DotNet.XliffTasks (7)
Model\XlfDocument.cs (1)
83
throw new
BuildErrorException
($"The document '{sourceDocumentId}' has a duplicate node '{node.Id}'.");
Tasks\GatherXlf.cs (1)
71
throw new
BuildErrorException
(
Tasks\TaskItemExtensions.cs (1)
16
throw new
BuildErrorException
($"Item '{item}' is missing '{key}' metadata.");
Tasks\UpdateXlf.cs (3)
49
throw new
BuildErrorException
($"'{xlfPath}' for '{sourcePath}' does not exist. {HowToUpdate}");
53
throw new
BuildErrorException
($"Unable to load file: {xmlEx.Message}")
68
throw new
BuildErrorException
($"'{xlfPath}' is out-of-date with '{sourcePath}'. {HowToUpdate}");
Tasks\XlfTask.cs (1)
59
throw new
BuildErrorException
($"Unknown source file format '{format}'.")
2 references to BuildErrorException
Microsoft.DotNet.XliffTasks (2)
Tasks\BuildErrorException.cs (1)
11
/// The file associated with this <see cref="
BuildErrorException
"/>.
Tasks\XlfTask.cs (1)
23
catch (
BuildErrorException
ex)