1 instantiation of HostFxrRuntimePropertyNotSetException
Microsoft.DotNet.NativeWrapper (1)
Interop.cs (1)
54
throw new
HostFxrRuntimePropertyNotSetException
();
2 references to HostFxrRuntimePropertyNotSetException
dotnet (2)
Commands\New\SdkInfoProvider.cs (1)
53
catch (Exception e) when (e is
HostFxrRuntimePropertyNotSetException
or HostFxrNotFoundException)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
68
case
HostFxrRuntimePropertyNotSetException
: