CertificateNotFoundException 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 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.CertificateProviderItemNotFoundExceptionpublic class CertificateNotFoundException : Microsoft.PowerShell.Commands.CertificateProviderItemNotFoundException[<System.Serializable>]
type CertificateNotFoundException = class
    inherit CertificateProviderItemNotFoundExceptiontype CertificateNotFoundException = class
    inherit CertificateProviderItemNotFoundExceptionPublic Class CertificateNotFoundException
Inherits CertificateProviderItemNotFoundException- Inheritance
- Attributes
Constructors
| CertificateNotFoundException() | Initializes a new instance of the CertificateNotFoundException class with the default message. | 
| CertificateNotFoundException(SerializationInfo, StreamingContext) | 
				Obsolete.
			 Initializes a new instance of the CertificateNotFoundException class with the specified serialization information, and context. | 
| CertificateNotFoundException(String, Exception) | Initializes a new instance of the CertificateNotFoundException class with the specified message, and inner exception. | 
| CertificateNotFoundException(String) | Initializes a new instance of the CertificateNotFoundException class with the specified message. |