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