CertificateStoreLocationNotFoundException Class

Definition

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

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

Constructors

CertificateStoreLocationNotFoundException()

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

CertificateStoreLocationNotFoundException(SerializationInfo, StreamingContext)

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

CertificateStoreLocationNotFoundException(String)

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

CertificateStoreLocationNotFoundException(String, Exception)

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

Applies to