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

Inheritance: System.Exception
显示文件 Open project: nonorganic/dssnet

Public Methods

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

Method Details

X509StoreException() public method

public X509StoreException ( ) : System
return System

X509StoreException() public method

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

X509StoreException() public method

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