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