CertificateStoreLocationNotFoundException Class

Definition

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

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

Constructors

CertificateStoreLocationNotFoundException()

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

CertificateStoreLocationNotFoundException(String)

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

CertificateStoreLocationNotFoundException(SerializationInfo, StreamingContext)

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

CertificateStoreLocationNotFoundException(String, Exception)

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