12 references to InternalErrorException
illink (12)
Linker.Steps\MarkStep.cs (2)
322
throw new
InternalErrorException
($"Unsupported type dependency '{reason.Kind}'.");
3315
throw new
InternalErrorException
($"Unsupported method dependency {reason.Kind}");
Linker\Annotations.cs (3)
250
throw new
InternalErrorException
($"{provider} must be marked before it can be processed.");
278
throw new
InternalErrorException
($"Type {type} must have a TypePreserve before it can be applied.");
281
throw new
InternalErrorException
($"Type {type} does not have {preserve}. The TypePreserve may have changed before the call to {nameof(SetAppliedPreserve)}.");
Linker\AssemblyResolver.cs (1)
69
throw new
InternalErrorException
($"Assembly '{assembly}' was not loaded using ILLink resolver");
Linker\Pipeline.cs (6)
76
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
89
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
102
throw new
InternalErrorException
($"Step {step} could not be inserted before (not found) {target}");
124
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");
140
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");
156
throw new
InternalErrorException
($"Step {step} could not be inserted after (not found) {target}");