C# Class Org.BouncyCastle.X509.Store.NoSuchStoreException

Inheritance: X509StoreException
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
NoSuchStoreException ( ) : System
NoSuchStoreException ( string message ) : System
NoSuchStoreException ( string message, Exception e ) : System

Method Details

NoSuchStoreException() public méthode

public NoSuchStoreException ( ) : System
Résultat System

NoSuchStoreException() public méthode

public NoSuchStoreException ( string message ) : System
message string
Résultat System

NoSuchStoreException() public méthode

public NoSuchStoreException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System