CertificateProviderItemNotFoundException
Class
Definition
Defines the base class for exceptions thrown by the certificate provider when the specified item cannot be located.
public class CertificateProviderItemNotFoundException : SystemException
- Inheritance
-
CertificateProviderItemNotFoundException
- Derived
Constructors
| CertificateProviderItemNotFoundException() |
Initializes a new instance of the CertificateProviderItemNotFoundException class with the default message. |
| CertificateProviderItemNotFoundException(String) |
Initializes a new instance of the CertificateProviderItemNotFoundException class with the specified message. |
| CertificateProviderItemNotFoundException(SerializationInfo, StreamingContext) |
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. |