C# Class Org.BouncyCastle.Ocsp.OcspException

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

Public Methods

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

Method Details

OcspException() public method

public OcspException ( ) : System
return System

OcspException() public method

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

OcspException() public method

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