4 instantiations of DcpDeveloperCertificateUnavailableException
aspire (4)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (2)
421
throw new
DcpDeveloperCertificateUnavailableException
(DoctorCommandStrings.DcpDeveloperCertificateNoTrustedExportableDetails);
426
throw new
DcpDeveloperCertificateUnavailableException
(DoctorCommandStrings.DcpDeveloperCertificateMissingThumbprintDetails);
Utils\EnvironmentChecker\DcpDeveloperCertificateCache.cs (2)
18
throw new
DcpDeveloperCertificateUnavailableException
(DoctorCommandStrings.DcpDeveloperCertificateInvalidForCacheDetails);
24
throw new
DcpDeveloperCertificateUnavailableException
(DoctorCommandStrings.DcpDeveloperCertificateUserProfileMissingDetails);
1 reference to DcpDeveloperCertificateUnavailableException
aspire (1)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
94
catch (
DcpDeveloperCertificateUnavailableException
ex)