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