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