CertificateNotFoundException Class

Definition

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

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

Constructors

CertificateNotFoundException()

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

CertificateNotFoundException(SerializationInfo, StreamingContext)

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

CertificateNotFoundException(String)

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

CertificateNotFoundException(String, Exception)

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

Applies to