C# Class NBitcoin.BouncyCastle.Crypto.OutputLengthException

Inheritance: DataLengthException
Mostrar archivo Open project: Nethereum/Nethereum

Public Methods

Method Description
OutputLengthException ( ) : System
OutputLengthException ( string message ) : System
OutputLengthException ( string message, Exception exception ) : System

Method Details

OutputLengthException() public method

public OutputLengthException ( ) : System
return System

OutputLengthException() public method

public OutputLengthException ( string message ) : System
message string
return System

OutputLengthException() public method

public OutputLengthException ( string message, Exception exception ) : System
message string
exception System.Exception
return System