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

Inheritance: System.Exception
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

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

Method Details

X509StoreException() public méthode

public X509StoreException ( ) : System
Résultat System

X509StoreException() public méthode

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

X509StoreException() public méthode

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