C# Class NBitcoin.BouncyCastle.Crypto.CryptoException

Inheritance: System.Exception
Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

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

Method Details

CryptoException() public méthode

public CryptoException ( ) : System
Résultat System

CryptoException() public méthode

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

CryptoException() public méthode

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