C# Class Org.BouncyCastle.Security.Certificates.CrlException

Inheritance: GeneralSecurityException
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
CrlException ( ) : System
CrlException ( string msg ) : System
CrlException ( string msg, Exception e ) : System

Method Details

CrlException() public method

public CrlException ( ) : System
return System

CrlException() public method

public CrlException ( string msg ) : System
msg string
return System

CrlException() public method

public CrlException ( string msg, Exception e ) : System
msg string
e System.Exception
return System