C# Class BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.PkcsException

Base exception for PKCS related issues.
Inheritance: Exception
Afficher le fichier Open project: 526077247/ET

Méthodes publiques

Méthode Description
PkcsException ( string message ) : System
PkcsException ( string message, Exception underlying ) : System

Method Details

PkcsException() public méthode

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

PkcsException() public méthode

public PkcsException ( string message, Exception underlying ) : System
message string
underlying Exception
Résultat System