CertificateStoreNotFoundException Class

Definition

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

public ref class CertificateStoreNotFoundException : Microsoft::PowerShell::Commands::CertificateProviderItemNotFoundException
[System.Serializable]
public class CertificateStoreNotFoundException : Microsoft.PowerShell.Commands.CertificateProviderItemNotFoundException
[<System.Serializable>]
type CertificateStoreNotFoundException = class
    inherit CertificateProviderItemNotFoundException
Public Class CertificateStoreNotFoundException
Inherits CertificateProviderItemNotFoundException
Inheritance
CertificateStoreNotFoundException
Attributes

Constructors

CertificateStoreNotFoundException()

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

CertificateStoreNotFoundException(SerializationInfo, StreamingContext)

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

CertificateStoreNotFoundException(String)

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

CertificateStoreNotFoundException(String, Exception)

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

Applies to