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