C# Class Org.BouncyCastle.Ocsp.OcspException

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

Méthodes publiques

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

Method Details

OcspException() public méthode

public OcspException ( ) : System
Résultat System

OcspException() public méthode

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

OcspException() public méthode

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