C# Class NBitcoin.BouncyCastle.Crypto.OutputLengthException

Inheritance: DataLengthException
Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

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

Method Details

OutputLengthException() public méthode

public OutputLengthException ( ) : System
Résultat System

OutputLengthException() public méthode

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

OutputLengthException() public méthode

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