CertificateNotFoundException
Class
Definition
Defines the exception thrown by the certificate provider when the specified X509 certificate cannot be located.
public class CertificateNotFoundException : Microsoft.PowerShell.Commands.CertificateProviderItemNotFoundException
- Inheritance
Constructors
| CertificateNotFoundException() |
Initializes a new instance of the CertificateNotFoundException class with the default message. |
| CertificateNotFoundException(String) |
Initializes a new instance of the CertificateNotFoundException class with the specified message. |
| CertificateNotFoundException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CertificateNotFoundException class with the specified serialization information, and context. |
| CertificateNotFoundException(String, Exception) |
Initializes a new instance of the CertificateNotFoundException class with the specified message, and inner exception. |