CertificateProviderItemNotFoundException Class

Definition

Defines the base class for exceptions thrown by the certificate provider when the specified item cannot be located.

public ref class CertificateProviderItemNotFoundException : SystemException
[System.Serializable]
public class CertificateProviderItemNotFoundException : SystemException
[<System.Serializable>]
type CertificateProviderItemNotFoundException = class
    inherit SystemException
Public Class CertificateProviderItemNotFoundException
Inherits SystemException
Inheritance
CertificateProviderItemNotFoundException
Derived
Attributes

Constructors

CertificateProviderItemNotFoundException()

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

CertificateProviderItemNotFoundException(SerializationInfo, StreamingContext)

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

CertificateProviderItemNotFoundException(String)

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

CertificateProviderItemNotFoundException(String, Exception)

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

Applies to