CertificateStoreNotFoundException Class

Definition

Defines the exception thrown by the certificate provider when the specified X509 store cannot be located.

public class CertificateStoreNotFoundException : Microsoft.PowerShell.Commands.CertificateProviderItemNotFoundException
Inheritance

Constructors

CertificateStoreNotFoundException()

Initializes a new instance of the CertificateStoreNotFoundException class with the default message.

CertificateStoreNotFoundException(String)

Initializes a new instance of the CertificateStoreNotFoundException class with the specified message.

CertificateStoreNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the CertificateStoreNotFoundException class with the specified serialization information, and context.

CertificateStoreNotFoundException(String, Exception)

Initializes a new instance of the CertificateStoreNotFoundException class with the specified message, and inner exception.