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

Inheritance: GeneralSecurityException
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
CertificateException ( ) : System
CertificateException ( string message ) : System
CertificateException ( string message, Exception exception ) : System

Method Details

CertificateException() public méthode

public CertificateException ( ) : System
Résultat System

CertificateException() public méthode

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

CertificateException() public méthode

public CertificateException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System