CertificateProviderItemNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public class CertificateProviderItemNotFoundException : SystemException
[<System.Serializable>]
type CertificateProviderItemNotFoundException = class
inherit SystemException
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) |
Obsolete.
Initializes a new instance of the CertificateProviderItemNotFoundException class with the specified serialization information, and context. |
CertificateProviderItemNotFoundException(String, Exception) |
Initializes a new instance of the CertificateProviderItemNotFoundException class with the specified message, and inner exception. |
CertificateProviderItemNotFoundException(String) |
Initializes a new instance of the CertificateProviderItemNotFoundException class with the specified message. |