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

Inheritance: X509StoreException
显示文件 Open project: nonorganic/dssnet

Public Methods

Method Description
NoSuchStoreException ( ) : System
NoSuchStoreException ( string message ) : System
NoSuchStoreException ( string message, Exception e ) : System

Method Details

NoSuchStoreException() public method

public NoSuchStoreException ( ) : System
return System

NoSuchStoreException() public method

public NoSuchStoreException ( string message ) : System
message string
return System

NoSuchStoreException() public method

public NoSuchStoreException ( string message, Exception e ) : System
message string
e System.Exception
return System