3 instantiations of SdkResolverException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
26
new(typeof(SdkResolverException), (msg, inner) => new
SdkResolverException
(msg, inner)),
BackEnd\Components\SdkResolution\SdkResolverService.cs (2)
349
throw new
SdkResolverException
("CouldNotRunNuGetSdkResolver", sdkResolver, sdk, e, MSBuildConstants.NuGetAssemblyPathEnvironmentVariableName, e.ToString());
354
throw new
SdkResolverException
("SDKResolverFailed", sdkResolver, sdk, e, sdkResolver.Name, sdk.ToString(), e.ToString());
2 references to SdkResolverException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
26
new(typeof(
SdkResolverException
), (msg, inner) => new SdkResolverException(msg, inner)),
Evaluation\Evaluator.cs (1)
1820
catch (Exception e) when (e is
SdkResolverException
or SdkResolverServiceException)