3 references to LinkerFatalErrorException
illink (3)
Linker.Steps\OutputStep.cs (1)
114
throw new
LinkerFatalErrorException
(MessageContainer.CreateErrorMessage(null, DiagnosticId.FailedToWriteOutput, outputName), e);
Linker.Steps\ProcessLinkerXmlBase.cs (1)
100
throw new
LinkerFatalErrorException
(MessageContainer.CreateErrorMessage(null, DiagnosticId.ErrorProcessingXmlLocation, _xmlDocumentLocation), ex);
Linker\LinkContext.cs (1)
742
throw new
LinkerFatalErrorException
(MessageContainer.CreateErrorMessage(text, code, subcategory, origin), innerException);