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