Class NoSuchStoreException
- Namespace
- Enterprises.Org.BouncyCastle.X509.Store
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class NoSuchStoreException : X509StoreException, ISerializable- Inheritance
- 
      
      
      
      NoSuchStoreException
- Implements
- Inherited Members
Constructors
NoSuchStoreException()
public NoSuchStoreException()NoSuchStoreException(string)
public NoSuchStoreException(string message)Parameters
- messagestring
NoSuchStoreException(string, Exception)
public NoSuchStoreException(string message, Exception e)